<?php
define( 'WP_CACHE', true );
/**
 * 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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', '');

/** Database username */
define('DB_USER', '');

/** Database password */
define('DB_PASSWORD', '');

/** Database hostname */
define('DB_HOST', '');

/** 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', '9&419#i9W[0|2LRdjxB-xxE*BtpM&]-6d;)1Fz2+l1ezYWlcW4]F*)4p#ka)Iz49');
define('SECURE_AUTH_KEY', '3dz!037iN)hE&x2Mz|7]@-_Vw1Q10Hmf-F4z113VP&9w8t[FJcx|*%&LlB68*pm(');
define('LOGGED_IN_KEY', 'vkSrWBW-XBz3b7V9@~20(7o-|k1_BqoX(-(%En_E2R::3YjZ+2W54[T9TompWKr|');
define('NONCE_KEY', 'C1y70[HQd5I5N(R9__#0!k58AjEH4&8_e596h03;&B;Co#9Rp2K4c8|bn;~Brj30');
define('AUTH_SALT', '%v5(EQ#2GRnM39U736%t5Z%q/4rh]1~[IhMK6)NvypcH_1:S34Q61fx22x!n5ito');
define('SECURE_AUTH_SALT', '(8[DN3zGf+s([59Xc7yB_05/g%6lLl~c:5nPoR:6zPtq23-8/WMsXfM[12-QTN*g');
define('LOGGED_IN_SALT', 'A|66B0M9|n8Hg]0F2372T*#OI5&a68zwRz&5%FfryoV_t(5%7&+3AF[22#*5x2VU');
define('NONCE_SALT', '3I(90L26aQ%9g288NfUH!a7S2(q!b*g3s94sYN85p_%f(Z3ksmAO@(C4:033I~Zh');

/**#@-*/

/**
 * 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 );

/* Add any custom values between this line and the "stop editing" line. */



define( 'DUPLICATOR_AUTH_KEY', '7|sJ13P:HNE/<k=`+a^?~{,{U0tZQdk;2.#^Db!TZF@ gOAjK2?cOqrrGw(*> kN' );
define( 'WP_CACHE_KEY_SALT', 'cdb545a3051777f852216bfc86b6a12f' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
