<?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', ';kGFNxQ75*119X|UKWBV8MH@GT-RHS57Q1C0niB6hQ%k1*]g|!!6oYwh0GcZ-A46');
define('SECURE_AUTH_KEY', 'A*994DaX1p#vfy0#gpIt2pEFP2f#AOKu;It8@j9;&DS(90R+*kfAA5sMps|5(3Hb');
define('LOGGED_IN_KEY', 'y4Dty&C7|v1xY2!u~*@ebpO7RK%9)_j0z82jV%Qo9Ph2Wv:n2Y|&IvO!9VXRB%t2');
define('NONCE_KEY', 'U)@y;h%&198[%2c(g[8Pfa9sr5v0UN9sc2l*iX)3Vt|266]+eJ!iJH[Nmn*C!vlN');
define('AUTH_SALT', 'xL%wwor@z)X;(1qtxn8~M@7~46C-C_59s|l7F11f9|-!v65v7mQEos2k0@ESh&~8');
define('SECURE_AUTH_SALT', 'Gl2|l~19f_|o2hug9](G|le26a+Sr6LQ|#i~tvOdW&__k10HmG1n@7@2vY16DJ]2');
define('LOGGED_IN_SALT', '(ks9/93z#&Uh(RRhGlN274%qO@ln_hK2m86orw0xM8y[05nj|8XL)G_0|!IF82!k');
define('NONCE_SALT', '%C6vAl9o66)7vnMT:e%]2MV2PmoN**eDrpVr9mEWWx5qOs4P8emK%m!~1[5K_j*9');
/**
 * 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 = '1vUghZ_';
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';