<?php


// Added by AirLift

/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_d96kw' );
/** MySQL database username */
define( 'DB_USER', 'wp_8qrxr' );
/** MySQL database password */
define( 'DB_PASSWORD', '$G*~Or*tS8tr6IL1' );
/** MySQL 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', 'tF/yu%th+po0%7jT5Vtbb-G3i]tAd(jk6cK%59ZC~SL!Rb1@J8KiFP6d|5T![|o1');
define('SECURE_AUTH_KEY', 'oXD0FHOR05T8~NNh5y%GF6C;p/3%9(h4a&;]3Tjw#dH8)9F14jU8b|j~WmS3m-_6');
define('LOGGED_IN_KEY', 's9b]N!y[055W6vF5_r:VPW5uBAGSh%~%Qk7nFqqIz#9~4lzT86K;J6c+:cD9bdx]');
define('NONCE_KEY', 'C8f%91gsN+P#i8%@2Wy6nk*+3h3TJK7yHr7d*Nr26]Pem0T6nEyC;5S/rb8Ml65B');
define('AUTH_SALT', ')AIL4(w&aQhq~Ue0:3%g)UX-*7Xl7p6]8-e3p9|9_w*j*0x7S13b5K9r4b8g7tR0');
define('SECURE_AUTH_SALT', 'mN6c0brAa-3LS|fUz])z1fdp7Rkr]2919Qz[G5h0;Ru5h%|jI2VI78/F;)Fbr87d');
define('LOGGED_IN_SALT', 'Hno3&AY4wt:|1:#d6yH[43K_6JQZ5XR(mf/6jf*9@#7NA1mZ*9~1k*sz|3d230y[');
define('NONCE_SALT', '5pTy*:S&g)MuZ5-wC!Pu5_*!#Ku5OnxRkQT2CJ!LcnyEaltb(+bEDp]]|zLba9:0');
/**
 * 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 = 'g6ee6_';
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';