<?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_jdfdr');

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

/** Database password */
define('DB_PASSWORD', 'V6~LgWdHEc?i2%4^');

/** 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', '!|0!/P9R99(@1lCTyc&Nd(a4bm3vS-BVu2~u[-)l337u~58JBb55T8B_gN1k;75l');
define('SECURE_AUTH_KEY', '4w9UQpuU~wf+#Q0u[3M8g]5!s]rX92~OBwg]QpAc6c9XL2l384/EtTeA/41!k6o-');
define('LOGGED_IN_KEY', '3Y92iAQ6+nREA-3Ga3bxO;:(Uty/J1NnLb_76]cpf2A/06G4QX:Lw2P]m-yU7(qn');
define('NONCE_KEY', 'JMpq-MBqKkkR_GFD-5tDm(~(G5(~81S07KnEzC30DQ9rj9:;fLxJRwPRwr&_/:Il');
define('AUTH_SALT', 'p07l*5t0&Rm@#:Ef6kHO:dh29]2fZnuFnGsf&5L!7E~P7*KSA1&4_5o2XM3SFWND');
define('SECURE_AUTH_SALT', ']P~i713/_8A5RgptBR!i)0@97C1]2kV@*)V;0H%f5+#4EsmO8C(sOk9#|@;Rr9W-');
define('LOGGED_IN_SALT', '6/YkC#:--75/8A020I+!L*v3;/Ef5nbM30iQc9n%XPnzx7S%X64~dN/&v3N]#Dcl');
define('NONCE_SALT', 't41248R9_8N0M9-3EF(0o3]Kf;r(zGd!J~/W%Pa+67QPjWUACL_7;gcwtmCGJ33H');


/**#@-*/

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


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

define( 'WP_CACHE_KEY_SALT', '386b0c2ac9f040e92e6a26df1e81239e' );
/* 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';
