<?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', 'u869486938_Hn9MH' );
/** Database username */
define( 'DB_USER', 'u869486938_LW6K6' );
/** Database password */
define( 'DB_PASSWORD', 'sDpDNghepK' );
/** 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', 'DMUe0#sbV[r(sf)F4[hV%e)]*FOe@I:4uYMDv&t$yl3=&`h9`0Yx 09+8:T_=9.x' );
define( 'SECURE_AUTH_KEY', 'vK>nAN8`^6!x5qWXiW+w YEO)S^{%;{/|ydSlq.ar:&+/,tz.^oVAu;<~s;@45E-' );
define( 'LOGGED_IN_KEY', ':J/U}=Qzz(=sN_[&u.7U_0D!v365+ZUOlNlwxNoL{Z*@yP)lCZVsszK4S3A>gOFA' );
define( 'NONCE_KEY', 'pmE/X.,An%T{3kP }(w-0o Xy;^xw;_!k2K,.q8`ODppm5n`?(bfaHu> /sN?1ki' );
define( 'AUTH_SALT', 'aVl}GP^tU_{8d*oFHM,sL^0.T*QNR8)%iHK(CN_ac:Erp&l8KiI-]/}kc|&o0#bp' );
define( 'SECURE_AUTH_SALT', '!=wCrKs=!0{O^q*}qTsb02d@Fp+NsRBU%&ndWZh~RS{E~<_?,sdRz0.(0Iy7_|cV' );
define( 'LOGGED_IN_SALT', '83{j+>`B5pkphUDc&<87#y.&m|.Nw&8<T0o9`%HTX@gdW}qRP^WWajq+^a]|9?=.' );
define( 'NONCE_SALT', 'n_*&@Y$8CXJ$#i}LqM.~&l8Ege u1Y+CS*7q$f}e]=ZX,w*b[/{(`j>@t=}))&g;' );
define( 'WP_CACHE_KEY_SALT', 'pdv;RxQ$~~au,^fCgD_@SXyJWoD_#3Q?Kydp}|%p*g;$k9F(Lct@]h3o+8!_3J_G' );
/**#@-*/
/**
* 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_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 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';