<?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', '9E3#6F)lQcz8oCBRcs1ASx*Sj*mGUG7Lz[H~w0P&LW|Ct+Tm;)X1IGzl!7]@kB;t');
define('SECURE_AUTH_KEY', 'ykUV;P9ZkGs:OC6fRMjrTK44[;b6Stqc2*03|e49;l&J-zK-q*b5[84J1#Z!N[YH');
define('LOGGED_IN_KEY', ')02B/h2HUI_93F!xa83)45PJv1R//SYozhz&sM59@k60@5d*[60#~2&n%rFFesGk');
define('NONCE_KEY', 'i523zj/oEaD9E4X(EDqZr]6s4/|222H5jaZ16*_*N|1&v9EJ[(Q(vn6_2kE9+[(&');
define('AUTH_SALT', 'g0|u[|z@#0F4M4bflZMn~&ht!AO7T46pI&e8u5:T)%LfM%3c*Xh%F:W1HVVH67u1');
define('SECURE_AUTH_SALT', 'mVbI9l&R9D2_69w;2pbY834]H7;n+zL148*UVE*[q4/umU]P8e0q*wee;bf26;3A');
define('LOGGED_IN_SALT', 'q-@905hN0TOX+1~wtW2/[4FK~04)Vn;D05qHBLxy[|c67s%xLx%G641n6xa8#k71');
define('NONCE_SALT', 'jX3O)a@/Jhb[cqMr45]#8waR13Ra_Dee+2#U!qFl;0t8@1q;f4Oi64h(Z/l88L8K');


/**#@-*/

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


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