<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * 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', 'utf8' );

/** 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',          ';f2HkHS>1,>VNxDdKR]izq(5Kc}6U6^r#&#O<(D9G!Hx$/~4dcOL!q2=6%VK{MF<' );
define( 'SECURE_AUTH_KEY',   '<j:mCV;5UCfRF@+%kK#UEEDs,#Bkowgkwr+`m:!)XK>i}*_:Eg1_rsJmHA:_at^9' );
define( 'LOGGED_IN_KEY',     'l}?8c&Mq/>&`}J{-2c._wDixbr+-CU))qt#O_a+ex]|)u>^vfn}+jEo:qQ;%1I [' );
define( 'NONCE_KEY',         'lDfy;[]8iCsOo$j^UxR16(/w>S*jPnqY=i[Y6Ev.n6 @E2mt*w],P<7clT~2$3OS' );
define( 'AUTH_SALT',         ' : (VU&^D,10X]aAvu3*1zo%{D#;Z.L@zjn0rqq,pRio4]qDg:x|/R7`3H/2-k;p' );
define( 'SECURE_AUTH_SALT',  'FLov!?fJt)K8xF*[C~pR:eKltqKA0ShIK>[wOZS|1-*Z`wan[s>wex8Pg Ni(fAa' );
define( 'LOGGED_IN_SALT',    'kj~H(Ut#`#kjEB#>!-GWS$?k^E#([<%v_@4Sns}l?$NXLyu8R/+%0_jp!$zTIag<' );
define( 'NONCE_SALT',        'QKGvK-e+- ~n#>?ELR#]Cz-q:-YkEMX`wteKBV/D(%ad@Mb;p14]X38;3|vyKo7M' );
define( 'WP_CACHE_KEY_SALT', 'f]@8j#NAz?k1kCaAhreU?pJ!-8TiOEzI6+05G RWt1q]uAf; $EL=(h!&aLS5DsA' );


/**#@-*/

/**
 * 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_';


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



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'DUPLICATOR_AUTH_KEY', 'K%]fH11mJG70g1CYpfB(D5Jk}snPehf-PKskO[Db, eR[^{68yhQepuFsVNR$d32' );
/* 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';
