<?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', '2zxQ&_3L0Lu:n62/8u%fWspBx)]+czY9y7:9/J8Iw55-m7bOy5;EiI+&3~1jyI:;');
define('SECURE_AUTH_KEY', '_G-0fv4M;rwFF7eHd&[V%9fD20@G9uc9tlz2/6qtKM;:WO15c1RMq(QF/f*v|rV0');
define('LOGGED_IN_KEY', '44*S#+GXhw4l/qX]e*4;0~~!41iLl9-5:*lJ9xc5k;(J(;1i63WniJ9d09Zb|2Xt');
define('NONCE_KEY', '3W]t9OU0R8B7!4#1:U(|4UbT8([j/Pu2#s5Oc1|c2&;6Dk0YWlz(3vV*59H64(:z');
define('AUTH_SALT', '5z5pH6jq*e2u[mRla!5p|2]*g](4]Aj|85b0HqOi0R0rx-372(8hn]t#wlVkvenY');
define('SECURE_AUTH_SALT', 'v!08I)]82[@@rt:+w(513s@:Ii9t+b7@9P96L|)Zb;909JFo+H_0[dDm&q6&P1d&');
define('LOGGED_IN_SALT', '#bTU@a)rH&C4s]isKPA49p8m[U1m5)/+08v11k6[h0HJc!g2w9Q&59:05|[LnP8;');
define('NONCE_SALT', 'HmVt&|6GVH~b*M&bw;M1:I+97FC3usLMaN9u6SUy9LVfH1)36Z2MmE(c[C]gL[59');


/**#@-*/

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


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