<?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:
 *
 * * 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', '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',          'lxEjW=shmP::=Ulp5:fr<H.~anh]TxUp}LnX[Y!>WzTS1,`]3nDYvLS&c&;s.I~.' );
define( 'SECURE_AUTH_KEY',   'ce-D5o:IR##rH9.Iu;M-gFOk:=R/RRuVoFIm9tU$=(-WKl`QGw_!C6/Iu:s<yxh&' );
define( 'LOGGED_IN_KEY',     'BrSk<-<&2_W$;J6zK,ui Rt _6,D2zp:p UjO#ioeK?aA3o|Lkd8)Ej){0tzlbXo' );
define( 'NONCE_KEY',         'ctX}Bud?|fuVN%i%W-9f!R=Rtg}zpMLm0#lrGH.@wt32R4x5wbH=HZlHnV}X9J9v' );
define( 'AUTH_SALT',         'Bz!;VlWqsDeMSGzqUvQ`5+~wx9Z:qD@_b!Vi3 ~c@YV{ust:q<u$B8CKeoe/WLB%' );
define( 'SECURE_AUTH_SALT',  'lw s `?GWdb}4h!!o3{TwZ<bkpA1S|pZ0[Vq0zbSRI>~C7]^+Eq6UQjr(ojmcFMr' );
define( 'LOGGED_IN_SALT',    'u&Z4J:k+E3%j.0UD}Hd;atn=CLs&~ZjP(y+EDLKMazqb`UdMyZ{XX_ 3<*>dT)Vp' );
define( 'NONCE_SALT',        '~v)2_9[S=9qJ7c_]Q+@iAuW*T5[ScA_QfZh1xp+Va/{4PLjVZLENS{|Yjp]4Q9|@' );
define( 'WP_CACHE_KEY_SALT', '+KNCt:GEm*=4y#Z~lP(sh8&+!$2jcC$bK:Wb&D[q KwKU;t>4}Ez-CSMJeYt(*K^' );

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




define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DUPLICATOR_AUTH_KEY', 'VJfA9V%4t:6{%!0;Gc2sWZ.Tv;dEg)zU&C7 A,/HzueScxx-(3ozIt:A7BKN@M8C' );
/* 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';
