<?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', 'V0B4fv6(5p3DBNdxnNjo2i:6Zx-86+d25KF@0R[]4glEY2d5230Yk01%73~+680(');
define('SECURE_AUTH_KEY', 'u[*/ncE&-m:k~&!rp805S3Qujk4-80;C2LOe5evTJ9ZsJF6/!v!Nj[IX:80kV7~c');
define('LOGGED_IN_KEY', '-4Ue]:d97/|gXx2jcX*[92d~)43;Qr7%L/AU5B87_w_7q6619g]3~%c7;)gy74#+');
define('NONCE_KEY', '7v0R4S6&oD5x9_iE*h3&:1/D_z7N9+QK68B+9@S]6XerXx3n5q7_2C/P_1~AwG]6');
define('AUTH_SALT', 'adG!p#*tg2dMkaO6m72S18z+oki5E7qy3Yr5N*ZXD:xo]7*7/ku4mEe2)9uPs4bK');
define('SECURE_AUTH_SALT', 'ZS8(%rbYmh*w[/LjCv&:Z0!u5]5r7#o14SrLG/vA~8);fc%Iq_1*ilW*%y-A4%hH');
define('LOGGED_IN_SALT', 'Lj~a]d:6huM/:iua+NWS4)mvoQ6vq80@e)w6[Wo~GE4aAW77)b379|tJv97o_m:)');
define('NONCE_SALT', '4Q189_]1I4S]|6#n!fY#6GamOqp3hcjOY(QR8R;e2l41pBq2vu!@ANlBO8(]B8P8');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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';
