<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database 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', '987~20)X@h*napv9saoW|RiRX)_8*28V9w3@-*)2D[_&CGhH7b@H+0OH;UCSH_xY');
define('SECURE_AUTH_KEY', '-iu%%W&U9)3638dEydlt95|_7~;/8F_6A3ysP!zEFF!87/n6Tpu-l7X|a1Z|k3%#');
define('LOGGED_IN_KEY', ')+fqNyssxQK_-z_7;F06!VPL6yelg46666@]%aJuB|CY;LBn-xSi!~rE9z00eUG_');
define('NONCE_KEY', '/[Z3:-m27&ya|OG9027A-F:5NKN;dVL)9g~H(/HK2RJ@g0cKmw]0i8WYT74RkmD1');
define('AUTH_SALT', 'x7[2r6f11N+9k%9hEPH&8:he-yA(UR6Z&(k|UFW/190uo[-3y|m!cE[s5E+8m*xm');
define('SECURE_AUTH_SALT', '3z262DH]P8AFh*g74pwJK430@rD)/*@rC+]Ba[4MN7R64[ez5Mrb;F60;0nU9SGf');
define('LOGGED_IN_SALT', 'E(Bw%Hykd/cX):0P8sB3boj9dn]/:9%6&9:8;#nJ[C//M]vyvzN|Hb;::6Yb6y2l');
define('NONCE_SALT', 'g8rB7z+c3/;5#16~|RvY7f@cq[1ja)9_#|15cebuKW:XXpk812Qv|t3-:TV43~Xi');


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);

/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

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