<?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', '' );

/** 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',         'H.odT`Jq6s&>i=}7C}%`q!k)}G[BE3_Pwl*W=8qFnc@@:cuJPl?RG9Q:~X*V}^7g' );
define( 'SECURE_AUTH_KEY',  'om|iMf1-2YuZ:CwcY*=?Ta)x/Y%lC?)/^+e46uCMDRZ,fc9Zy_.%lo -PBy2Cnqz' );
define( 'LOGGED_IN_KEY',    'TC^2q-:8w:a}UHwsHzL|0ExC;J|aT!&3V)`#}Y;v-0?J!%cUztou//6o[]2O0$r$' );
define( 'NONCE_KEY',        'mY[FjdmnzNgEum~yip|40@4;cx<f]3zOl]QUKt+Em99A >g3?y/+hn?N2dh)C{W_' );
define( 'AUTH_SALT',        '8#C9_XG@M??yz+K,&|;29Sh7<|U=LR`&s1[[J/`cGa@=2Gw^lVS^e F!Nx;q=ynU' );
define( 'SECURE_AUTH_SALT', '8~D-O5:=~9tuULc0V#a]${s7U^R8Yr7/#Kjf=]EM^-539dMj!sTwF.N/v=d3!t:Z' );
define( 'LOGGED_IN_SALT',   'Ek+NX&`we8d~OMAhq6TV#G%U4_00820#v.#yx)_ND?eix( +`2mRd,.n[*oVkX#f' );
define( 'NONCE_SALT',       'MOs!iofpyOR7K4p#Nv/<sAN:YSlpb&[/|^J-2W|2vaZ0:^F@,]xGv0~qp@&/o<Z6' );

/**#@-*/

/**
 * 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( 'DUPLICATOR_AUTH_KEY', ' C#&3ye2(qE6u]oI-!K#*F~?;N;?:@)/aLXy^{vpvH[O<Dc}g**Xt`1UKBVjQWi>' );
/* 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';
