<?php
/**
 * 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', '&x5a4bK6m*6[O_A0E;U2%];6WrZ53H_9T#d3*PB2:GZ6X%!gl5k5c%033H#(]Wb3');
define('SECURE_AUTH_KEY', '@)JMb[|6-zMnx7_7JMnY7S6eYT-]PUy!Q_00Qe58T&(8&|1!]]H%pZ;sH:2*Bf7l');
define('LOGGED_IN_KEY', 'P04+4YgE*]1n6aFVI6;85B1M[5E!9cTp9/V]&D422(_6RW#[+#EBa90P2Czk2]7j');
define('NONCE_KEY', '36(A[bO52Wi[(*3RpeE&@0kxy%#W464qfgB5GV5y#fX9u8*-36#f05o&-58DULQd');
define('AUTH_SALT', 'uY1c-_Hu]*|g8b]@0@31H-8(4m46bNeKHO751E6gU*t5m/51bHRK*Akg/+i(v!&8');
define('SECURE_AUTH_SALT', '6&RH55CFh:@b:zDY||9aqpN40ngF]_!/cHHLuuy775L92icx@kmK&wOL)]y@)3gc');
define('LOGGED_IN_SALT', '&:4_4A#22!jj:%6M;Rva*b[0ADCB4i2k[EBF|FR*%1)mnm)&1scEy9+|03HX1(4j');
define('NONCE_SALT', 'PzD(X6toYh1E#DVK/5NjD[0+EDd81]9|00&]Z+F457G])UrT6O@o4N[~Cv9[2[a:');


/**#@-*/

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


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