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

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

/** Database password */
define( 'DB_PASSWORD', 'uH^X8h!2H$lvJ!h1' );

/** 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', '|WP-z_1U:3R&#!tL3xz1*)T2R[Z-qfr-;ji]525*bC61_D3&A+crAA!4h9q2o@MX');
define('SECURE_AUTH_KEY', '8k_0%77w[/lmETQM*q3%20/*6paV;6c8L20R+-0@ajT&s@8R6;[*7GM[|G3eV:A[');
define('LOGGED_IN_KEY', '(a!q*[sBt3&g@h0V5*1j[6IHWGm%8)VZT8nM!gYY1_0+OKxSb1-t*Cow@%1H9CtK');
define('NONCE_KEY', 'U22t_WU)c#5pIvSp:Z7:3H#1od+9*Z0#M5UCb7&d+8i3)8!e~|NRi]&B-u6)hJEO');
define('AUTH_SALT', 'N0V9XDI_v-:z8l#0SK26|e6ma9M#8CP:y7(086HT]86[|315o|3&ri;P_/41kP1z');
define('SECURE_AUTH_SALT', 'NU:]Ev0cG%74a%298*8r4_wxm!6O0zw1[%cn4)w522qUPlct7|rY2d*d2XB_!0T5');
define('LOGGED_IN_SALT', '9d8d/jT4%S_8qtTr2Sv])5P3p9r5s!hM9b/76*38(N:N568L6511Q/l4FvQu83R5');
define('NONCE_SALT', '~-y|)phv5((X0+v|(086pRAhr~)61hhX#-0:28k0jxj[+:9RDYo[V14HeaRsbVyN');


/**#@-*/

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


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

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