<?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:
 *
 * * 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', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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', ')49+R);2:Pw/Z13p3%901cfYwm/n~~bf3:JkYx3)O2]fJ+/V+%3wp2WHqlE%]1|G');
define('SECURE_AUTH_KEY', 'k7I[J0Lu9oqZ7Q-s;2H8E*!+6J0:/WBL:A34s51x1pIV(w!F|Tbqm9)x%lZ;m1+1');
define('LOGGED_IN_KEY', 'qFkX(AQKoX4t40P-4o;l[bv9%!uyo921alE14GQ23mos4kE5B:|Ln74_2PKt&;:~');
define('NONCE_KEY', 'ta18W7#w-a|+MzRv35]~O#+6U!_aZ1K5%z[Wz3k-s3*@b;(1V:*&#7&4Mu0d6(4t');
define('AUTH_SALT', ':&74(!:7;yn4_/z3qW14g4R4~XdVv/pkhN1&I|Xu5l5q-#P]k&|_1+1ck)m2NqL2');
define('SECURE_AUTH_SALT', '@ezYtE|7eah_8_(05@UM14B|dA%w00*Y3sL5k#;f1FZ!+L)+2vj9Uz;H:g4xN#1m');
define('LOGGED_IN_SALT', 'W60DDF0Rd7t9cm%P(1Rm8:]@V96j-l_rI_Wi9P_AIWdq59)0U#eN[zXM29]%&b~;');
define('NONCE_SALT', 'Wu%kfU32KV7Th5F2T/N1W0426TS|aO~y019P6|!s(38*-p/1Wn6S;qlkqY1/Tzxz');

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


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';
