<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'empirebakery_site2025' );
/** MySQL database username */
define( 'DB_USER', 'empirebakery_Adm2025' );
/** MySQL database password */
define( 'DB_PASSWORD', 'n9@#Q=di9)8_' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', '`+OOi!;> 2<_;+!.2]fm|5/KJ{9N-d-dkM*9P7eR~]3<^<Z9 N[(~fq^%SG@aFu,' );
define( 'SECURE_AUTH_KEY', 'E0T).m1z2O p([N3{zR0,8QPF5`2~-@;<(7=5l*pNR_ (c+gE61T5>3qAC6?H{nM' );
define( 'LOGGED_IN_KEY', 'y=Dmp{TcsQs&h$$Pn4C?8](i]-K+Nl|}RDodsQxz*Z&l/U^J6/O&ed4dcvUt@7@^' );
define( 'NONCE_KEY', 'o41)N.wj`Ny{H!0(.T/d#.xNzXQFNZk;K0Z2uBbFuZ?i X]TkAv2t96G{NZLQuBr' );
define( 'AUTH_SALT', 'Yp@}Seg%n3WPzG[?`|ZXNUZ3=?:dSgPrOw>-!h<>,rg7 RQk$]PP]=cHn.pen3; ' );
define( 'SECURE_AUTH_SALT', 'K1-~Y4w=r0cV.OmW_&uNXZ],hX!U<48tuwo)eSoD&@H*:3:fWWDrjA0G~[P7+&p(' );
define( 'LOGGED_IN_SALT', 'J`~81|:AyB(6oQuE<<;)IM1Tq2jB[1t;`{9}kakdyL5h@0x~f5QdOy&@ji@)FmJo' );
define( 'NONCE_SALT', 'tS~3}&3{<5Ka^MlU wIf]@ H:?g?q{t5jc` b7Gluw#V.sL_cn?~Tz?EXZl9F[/^' );
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
Name Last modified Size Description