
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?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', 'balubaid_wp_b1ea1' );

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

/** Database password */
define( 'DB_PASSWORD', 'b#wOe9gv7N8~%OLo' );

/** 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', '0Ps-)J6cqW4+8|)o0cJ(3J/tIEFq*6J4H&jiE302#2gm9[0AUUa:8L4Bf65!:(i1');
define('SECURE_AUTH_KEY', '|+(s2otu&a1%6+d*8)#-~cr)2%8~2S269xPyu93%5jmf7_u(IFsy[G28%|W9GwHF');
define('LOGGED_IN_KEY', 'xaK8-ZC9L3B33&J!m3a10;z#v/00ls03I%u0f0u1m_gJbP27+!97)myvx9(5p%5V');
define('NONCE_KEY', '@9/:%68e3+eUG-r8QR[b2dv!nF67vt;Y0FTi5uN#48F]6O0YK#Aw(M87DuY;0D6q');
define('AUTH_SALT', 'EccpP**n]@2TF|@JX_1sUv(zZ443_[*N28Eg1tU*kez+b%A+20d7-8Nul@3O%9//');
define('SECURE_AUTH_SALT', 'dZ09b05I-LWyO3oe0)us1x(4@221]WsFpORz1~H-kZ&SljI!OQ7oCx355n23]PS7');
define('LOGGED_IN_SALT', '57B@C/8HAC;R:47hqB5dX~R|A|3:oS1D*Fe;c4k4o24]L9f3%WE[rV20&:o_S5l(');
define('NONCE_SALT', '0O)DU7ty_*%18|0Y:kR|V07qQdXt[~dP7X#86-D)*46a6I]+bR6uCq7vee~/#o;O');


/**#@-*/

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


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

/** Memory Limit */
define('WP_MEMORY_LIMIT', '2048M');

/** Increase maximum upload file size */
@ini_set('upload_max_filesize', '8192M');

/** Increase maximum POST size */
@ini_set('post_max_size', '8192M');

/** Increase maximum execution time */
@ini_set('max_execution_time', '3000');

/** Increase maximum input time */
@ini_set('max_input_time', '3000');

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