<?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://codex.wordpress.org/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', '');
/** MySQL database username */
define('DB_USER', '');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL 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',         '$.jJ2lh=-$dC}!c?6s^l)wBb/l,XK$PRT58!5Fol|h2#cfOc(&]j&KJ#Fe68msq!');
define('SECURE_AUTH_KEY',  '|#xzm.NCqtYEq*wO,/]8PW0.H5,HkA-OT!bJo9{UH%l~(A3S!$_#uDrclYo,x--<');
define('LOGGED_IN_KEY',    'dswz`jeSXA`?+8:H4VVNENIHA%0)i+nqJ +^,`fsP1aJ6z9/m0;;RF~@xoQY+muw');
define('NONCE_KEY',        'oiRw]|NYnNvD3KXXBx2k;@:I4$hk*]V4@K{YSy@C,9RdI/Si*jSQg KsA,:PNhr6');
define('AUTH_SALT',        'f0?m>1Y#uYx^Rr0#E9Oo8*FM)coz?`s,6_$%:~*F9N@ `2#:spofxN_ NLNZB)wR');
define('SECURE_AUTH_SALT', 'RZ!O^y/B@6rc-^]m@J2PN`<8P%<h;S4o8Ed<81[CXzH<pCWN&>cCbKuBdzH2FC3J');
define('LOGGED_IN_SALT',   'HAx 1-oZ{_J]D:pZ@}W__SmA2k)K-Q17dKf#_z3;2=*U#m36XgA6gf5p+0]XEmfI');
define('NONCE_SALT',       ' $y<CnIBq*#WCQ*Lq^]tMGdBkO6hqhN>,ZXgf6|DmM~so[+^D2Z+]c_`EuR_!Ud{');
/**#@-*/
/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define( 'WP_DEBUG', false );

define( 'DUPLICATOR_AUTH_KEY', '8)Q*#Y)f0-/wePCY_65GcU7X#isbB1@#J687$gSIi6z^+aE5#AI.$O&^u3@Ew=(h' );
/* That's all, stop editing! Happy blogging. */
/** 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');
