<?php
/**
* 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', 'wp_fu2sd' );
/** Database username */
define( 'DB_USER', 'wp_b4hx6' );
/** Database password */
define( 'DB_PASSWORD', '#?a**63F2vNG&1Ju' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '3_A!pNLIyQ2b2H6!933V3Jt4*[Zs6eeO:!70g31~E|R11/L]Nml-thdb;4hRT4]s');
define('SECURE_AUTH_KEY', 'w*N;i-hZ*/7#5;34/SX0_W4Md-:4XLdVmOQT|H1W9JR1w0*[I#85X!ok|yM5rr41');
define('LOGGED_IN_KEY', ';(-tsbDF4J#~_gH-R0O3DNiZG21+twgOga0)oL)I2Bp]QQO-RZB0~NE8VkR3ec7t');
define('NONCE_KEY', 'W8V8DUj4Uj)su:()JSA:&rh8hhgd39&f|@l6n*R*7;Ifm0n)i6]0((5Y4a6B&102');
define('AUTH_SALT', '7G08y@6:Dz|!657q|(8bZNw5H#6c18V+i03|8sx4gW%:n1&0wTY(;#b49W0l2(Ej');
define('SECURE_AUTH_SALT', 'k10BJNvNM4PB1ASk!CVcp(06&95y@:M6bLP3VF95-0mr4+gxE%N(_PS6@sT%-%6f');
define('LOGGED_IN_SALT', '10LxOHM+A9UrtX)3p5lZmb(7]mLg3*90Z_i|sJ:g/~aoR~r2pc72)[~1jU(r3/9@');
define('NONCE_SALT', 'F_))7E&[71rm]Pp|l6Vfk(6B8231T8)Bqf18lC|1DY#i*6g_]S-kj9;Yd;]7JzL|');
/**#@-*/
/**
* 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 = 'KHYgl_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';