<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'IzqzUAgMG2rmGpw8scZnzbPXv17UaPLNydoHJu3r5X30FhIrfjnWAYyF8Vyctc0G');
//END Really Simple Security key
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', 'MG7thHzJXWEhea' );
/** Database username */
define( 'DB_USER', 'MG7thHzJXWEhea' );
/** Database password */
define( 'DB_PASSWORD', 's2ZaeCTi57nn2Z' );
/** 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',          'p8SPe?dR79SL*Wf8kg;HQ#r_8jBUE:`~*tbV4=te(qcA{SgH0!hr~cl}pQe=1F6M' );
define( 'SECURE_AUTH_KEY',   '1Vw|Y:9$<q=C/^|DuUjM64,HC 5]PJ26%Rne<_f5%A8OupUL96/KHi/mFs6HVUr^' );
define( 'LOGGED_IN_KEY',     'BY[b^q0Ct+1sL8xz>At^=:IP,<id;].[0)=`OLt-Jvz}U29l<ri!q&K2{wY^gR~K' );
define( 'NONCE_KEY',         'd>aCD8(FCPe(=D<7w~;X}_#7ihi1ToN1!jlZ(,gX:3S[]J+&e@R#GgI/tYK?@Vc>' );
define( 'AUTH_SALT',         'flHzdh-L{4)5O57US(S9;H2NLjGZjbdXhxzsm|k;|qrB2f_W16IxmaZ3jyrYTDol' );
define( 'SECURE_AUTH_SALT',  'GC&e$f>uRXV7S?-/`!97-^RhF%.(?ej8`d<O#f(]~^yyBV*-ig7.=-+{[N<2P}+(' );
define( 'LOGGED_IN_SALT',    'U(TcI)<^oq-f>&oF!7>2hAYj]V8r&iH2iRuVFZ<,4G&l,w!rN&wmvIqx!jYg;7%.' );
define( 'NONCE_SALT',        'Ww_>_p38{s1O_+w;f5S6?5wYFkcPc>- ]vZDc1.CH|u[4KKX&wqh;;CL?zDPj1JX' );
define( 'WP_CACHE_KEY_SALT', 'NOo}QN0_%!$/<cEL;=q3Ld>+=l5Tte0>jo/$k Zh#Bw;hA8K:eI)kK*Q]d-l[isI' );
/**#@-*/
/**
 * 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 );
}
/* 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';
