 <?php
define('LITESPEED_DISABLE_ALL', true);
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', 'u996583759_C8Acr' );

/** Database username */
define( 'DB_USER', 'u996583759_leeND' );

/** Database password */
define( 'DB_PASSWORD', 'Z^U;f@e*4j' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );

/** 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',          ';?u%)^gz9>F<m}|u*KPU@m{~Vz=-vZa>)#):x0d$7V/(mr8 T=d!|7HYcJJ-)~Jf' );
define( 'SECURE_AUTH_KEY',   '4gjO7,o+qv^5]`acYb(KAhYxk>[1 <M_Q1=nr)t+~&XSO-7]&1mv-hpZvs/MUbJ`' );
define( 'LOGGED_IN_KEY',     'p))v$oE3x5ey{v~9wHkh9n5S$d~UW^NB:(/ Cv?_h>1<p.*%16Z(q*jS7PuL^3JZ' );
define( 'NONCE_KEY',         '/T3:=LNqD$zN$Ud-tZC%)_Wz~nD<qIi5f=>N6skM.Je=}V[2e?,7XY/k7%I}vb6v' );
define( 'AUTH_SALT',         '9#?xSBQcb:0Oh,Gjzu,@xdn2M^JYVYQ0_Gsqkl}c2Yo3x ?2$lNL&-m3ZQW.0A9p' );
define( 'SECURE_AUTH_SALT',  'n3<88vK;XIWUU:AE t3~$ZD_|Ab_S4KZU.-Qt$,4+t4/ImG+d$N,Wj#11IfmLo<{' );
define( 'LOGGED_IN_SALT',    '{)Zu2]%Z*R.}6n||P(y*t3K&&^$K8d#b(6<y9]p%W8*+&d^ZW2:p95m%WB%]h{61' );
define( 'NONCE_SALT',        ' 8:fj9?P~1-y02B!/jNi|i|9Ofee%Sa&-CG$ynk<=G{]51{ykXmmt7^C>u.L|;*X' );
define( 'WP_CACHE_KEY_SALT', '[[9v-8G]A4Mhhv.x* ?``1ZsRpJYBD:6Y0EB>1E^doP19r`:~6lf^G/a~+^)0+h/' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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 );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '82f813b1ad6c3b51d502e06505e74e16' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
