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

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

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database 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', ';2J8[7b90[Bw6q(q8Dah8:n8g1S0/[0!jdJQ8S2cK4n_S417lvp85522l8vM%T3H');
define('SECURE_AUTH_KEY', '5li9L8*Epr3%wV_j[7bG|;M-*+jE7Ve]:j6R]i3&;1Y;r950~Cx1k6F/H799SX#_');
define('LOGGED_IN_KEY', ':~Ri4t|V[_Mnr6v]lL3/w1fzo|H51zk9&+K7ng!9Xdn*;7W%YkEisD~8Gx4)ef)A');
define('NONCE_KEY', 'dxe#kH|j%o173(sj69+|/@K95D62tKaP)68:y+#Q(C62xFe|6qh@![F4G;58HFs5');
define('AUTH_SALT', 'b3rQ2/832!/KB4yyZs/3)@W(vK1(bOh077Ru_830Jq)-d@XwVjC[;1/5xg8+l0:b');
define('SECURE_AUTH_SALT', '#:243UGGb6379Gf&)4AC45X/Lvpv1-PK5WcAkE0opSp47)!ur8w&Cv766pr/-5XO');
define('LOGGED_IN_SALT', ']3s054URL1lbT:B&R6e|12Jx|JZ~;_W@2E/g;1L15E4qzf_2a:rDHn5o1[SId4Qy');
define('NONCE_SALT', '!@Q0;*sR33|i!3a5e4S[O2zGff4P;&XMBu2TFF0CJ4o-8jA+vE[E4@1(wHSLC1wk');


/**#@-*/

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


/* 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_MEMORY_LIMIT', '2048M');
define('WP_MAX_MEMORY_LIMIT', '2048M');

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