
­­­­­­­­­­­­­­­­­­
<!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_fklxf' );

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

/** Database password */
define( 'DB_PASSWORD', 'aZrmcK9JW$@9?QL9' );

/** 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', '6gsh~to6G8;Ks1f8#E50@%0(o&bHWv)N-9zZ7~0*2++@0924A1;rP-rJ6/1i[m1q');
define('SECURE_AUTH_KEY', 'Sn!syy3brA@lDj63S5@K:8-:I!WKU](-28RAtRlh-#4#A70KYNS5%79m|@Cs1kKI');
define('LOGGED_IN_KEY', '];%yfXm;8]mwzW#At9s1oZ@2_)DLP8o5]K)Wo##Fb(E4]q)y0R[To1/X4+k7G)8e');
define('NONCE_KEY', 'OCa5!WQV9h#0aX0QBf9SWV&PEU1I]+s6GCQi0(|q8fD&lW2LyHR;EuUPq0/[w2D#');
define('AUTH_SALT', 'D*Et_5u5!EsM:m;;&hAlEdn5;7[Mvx__Ci]~@V+6&h%8U#p14AQ68qx3OsfL07tC');
define('SECURE_AUTH_SALT', 'oEAA_;~!78HO(l3yoADoEz4FKQEqRFUPwJ2g]5~jGMvCS9zSs6e4d96|k3fp#[68');
define('LOGGED_IN_SALT', 'jcg*Ym5NVg|~%R4HdMMe+y:J9z;Iy85-&(ZT%#4i2dQC3)Yr36;24z50xD]6uH/a');
define('NONCE_SALT', '161sXE*44U5tKvc6@1amjgKe[f@u#C1h|a/72yl!Z[5fw]:0~bxxQ|k%p!I7aBUR');


/**#@-*/

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


/* 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', '1024M' );


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

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

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

/** Increase maximum input time */
@ini_set('max_input_time', '800');
/* 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';