<?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', 'H-73&s82;K@-4m3Bk@@FL7:WfL3~PK-O8nIL16Cv(b]vo+dp60S92:t!K1CpAV#o');
define('SECURE_AUTH_KEY', '!e%d7;4hJM&#kiyVs!2|62JD:F4@_cy|oD]VGMm(0-w7-GlEtdd3x8]XJu1;[r4F');
define('LOGGED_IN_KEY', 'DwT:uCw1I9-8_f7WX]mt4R+4;jp[Pb*fb3f_*]EZ|j2%u7y:-;u|ZL;Z5%2ea/uH');
define('NONCE_KEY', ';1vDVg85yE05cBCs#I|_@33R(Q%XRW|0)2!K;07hG|wO10]5MFjSBT3]S;iN_UD~');
define('AUTH_SALT', '2]7MS~BTj55y6%~69FDVYz_:2G/15[m*cC3iUk+8r-6n/J85e6w]0);89+14jOdN');
define('SECURE_AUTH_SALT', 'I548hY4&6p*;I2:sIJ|c:[;aF5(J9FX99L;!2A~/E47u&(o08Xh4S2NY/Gm21&7B');
define('LOGGED_IN_SALT', '5LzAQf:9h|0b)N2!NQG:3|4Xko5lu3_CysN1Y()1]7eD/wYgU/GIZnW5seZ7_P6w');
define('NONCE_SALT', ':z5)u7]7M6r_3OwM0&Oj*Da~&tdsfXm/+)@v@6!cVA#uV2c9t97v&|xD89h(0N1I');


/**#@-*/

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


/* 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__ . '/' );
}
define('LITESPEED_PLACEHOLDER', 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAHUlEQVR4nGN89uwZA7mAiWydo5pHNY9qHtVMFc0AN7sC2tsZkmsAAAAASUVORK5CYII=');


/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';