<?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', '5@P&L:H|DHat9w8O1sz_:jjIEPS2Ks9196Ua)zG~)948S%ZSB1qDR7v8/V!#QT41');
define('SECURE_AUTH_KEY', 'lFi2%7xQncg)oHAw;:4@:oK&!Ub*qJ2wZCI6J8(5i/A(jDv&Z9ivEJR8~kC8DX#)');
define('LOGGED_IN_KEY', '|@_3a;jD#IuVErvd7i8WGO~w+j90rAC*@Oob8M_4BU9!XS3;FRsu_RG)c/x0)z_W');
define('NONCE_KEY', 'pV+q2QXTQF4!fB86s09mqiht1Q70y8XQ1]4/_@Dd%kXX+h0M6se1sT:k/Pa0Aa_%');
define('AUTH_SALT', '+Bg3&3dJ3Wa]Wo92ai6|csx1(L]hU*yA4#x&4/2Hc3/sI9Yb++7~tRpA9%i:37/1');
define('SECURE_AUTH_SALT', 'L_H0H[aRJOVh25TIm;wQpPD99E*L(/~dW83]G9:f4/)8E_+G~NghVb8k16LPC3)8');
define('LOGGED_IN_SALT', 'c3C898s8kOG*d&nMx)UU62R633W95%--J6PG1J|v|0|9rKMu9)1[u@y2DB4-&-03');
define('NONCE_SALT', '54E5tOf/B1WFe-[w%Z1k-cCUBl2/j45aZZD)tTw34#]Fyu)W8@)4Gq(yT5@bQHme');


/**#@-*/

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


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