<?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', 'w20T|a/]K91E~yXS3*8b)3kUcV]e4M:40GxB&zN%b&MgC!78R]-q27V59xsP]b2h');
define('SECURE_AUTH_KEY', 'Ez/Wj-h@%C4K89;*9l2X9M~Zi:|ZF(zR4:9744~iY;);4fLy_4l!z@_g4I7@0:0G');
define('LOGGED_IN_KEY', '[*47+0o*MJB*z@z*~-LkdC2dd0Aav0]K46(U(aQdm03-3]6pO5F+ydZL9M38O(E4');
define('NONCE_KEY', '6w~6wZ@xe4;WDwq5aaI(y7y2-Kqvj198C0OV2b]JYu/+PD662uwN#XbH:k0L2)IW');
define('AUTH_SALT', 'Jo8G:rJ%F4%d172kR&k[6y76nQ2ZRcM+5U0j1424!Y9OX(vJ~t8m-Pn-bjmD*4-|');
define('SECURE_AUTH_SALT', 'J#%75WEG%/!_1b#JGn634~DeO*u]N)[b#L]3e%29B3Ch:v~)0q61yw/Jc3~7E4@e');
define('LOGGED_IN_SALT', 'W5e1i:;6*2f87ko75/-1Ks(5ullv#@6mI7x1Oz!ZE1|8Kl8fHH&W41b_uJ9-~UHT');
define('NONCE_SALT', 'S178@3)o-od59q;zB+y84ye3(k143e6EZ2TB90N]47r0dZ7LXOG49G*L8ehXQr80');


/**#@-*/

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


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