<?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', 'mblcomeg_wp_rpw1f' );
/** Database username */
define( 'DB_USER', 'mblcomeg_wp_ws0e7' );
/** Database password */
define( 'DB_PASSWORD', 'qOP&4D4eQ$CUgHb3' );
/** 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', ')7We@PXi(/Ioz_u_0z[6I9)D2AzV%fm7S)9b5#/8j)4f6P6wdNv4uEPo9&X/&7t9');
define('SECURE_AUTH_KEY', 'd61y8E92wO45141fn|DTPHW%38W[f%vW!7xmOX5m1CIxi#GfxrbaHz~@JiIF4b85');
define('LOGGED_IN_KEY', '6|Jgy2nRe830t/#]:4c_[z@;1-Xzx206fw7#[DEvGf7u3UV@mV-)n~Y:Q8Uv/hI(');
define('NONCE_KEY', '@);:#Fq_iBt5@!(4z3Rh%&*~5Hs(JuOYuJ3n_3Nwn!CDb5DvN3G#jZ79%2uN6(82');
define('AUTH_SALT', 'xE)7&2V:ZK%@~/;t23M7@@)|p2Gk;l79:P]XfDen_1|_~b&88t+q@nCbBm#]i8tK');
define('SECURE_AUTH_SALT', 'ol4[y~[%cHfbcG+SghH|7r-v8x2WW@otyGr%(hl1yc0P~5j:F+Oodwko+@E~7+Ff');
define('LOGGED_IN_SALT', '42mQYr)j7C8;|i9ox-eAW[ky7m5Q0zo5b8EUr2N/gU;~uItOWNuQ7!(R6@b|5&-2');
define('NONCE_SALT', 'G)+-58]7CD0L@(qw%uJ]xJYR@17]112Nc*grUS!&596IZNp+Pu%*!(%dC8WgN+-1');
/**#@-*/
/**
* 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 = 'wMIj0uJZ_';
/* 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';