<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
 * 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', '56+:|#z/NE;u54Rw43egcX3S35-7j4:M7537k)j++V7x9/z40-jv6iX98;2Ma/c5');
define('SECURE_AUTH_KEY', 'KAqSW6#O&;_Ty@;222c:_QUP8f/(_1c2&8]F)h!Ku1]#OJ9byS|u4AAuq6I[tzyI');
define('LOGGED_IN_KEY', 'LAW77AzE#J94/T0Dy2525fdo;[LZ7Z(_#1g*Eh)B;*Jw)+~K6z(cpr(9%9-z6Q:1');
define('NONCE_KEY', '|c:k0gyHn+TY[2!PmCfrIx[6lAv0Sdu#7ABRoF[a~|9r51C57Tzu0-l]~5]dx135');
define('AUTH_SALT', 'B@0#AEjDIUByT*i+~;kr]It#D-_F-&e-A/qLJ:q/ul]07MJ+0j%Ghm3wi[vO0d)Z');
define('SECURE_AUTH_SALT', 'GXB%J9DJbn2-8E0yv(mX]76qR+N@*98)S9Flyp|G:/9)A8#7/5N72OAA]sd#~9pX');
define('LOGGED_IN_SALT', '@u%D]9&U152(bJw/|pU5UC9NC5V[86k%85gpSH/eE2;Ah[[W@f[V3BCjqVDKT1[O');
define('NONCE_SALT', 'C;GvBu2mdc)o0JnKJ+V)E+:1T/F7~]fu97W24yO!@g%qgpWd[C!ZY%h/02v;v#:%');
/**
 * 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 = 'm6ffNYNjzU_';
define('WP_ALLOW_MULTISITE', true);
/* 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';