<?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 website, 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'maglabselite' );
/** Database username */
define( 'DB_USER', 'maglabselite' );
/** Database password */
define( 'DB_PASSWORD', 'Marzoug990718' );
/** Database hostname */
define( 'DB_HOST', 'maglabselite.mysql.db' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'U<oPJjCWKU{dk`ITZt?NBHrl-r2L$MNn?.U!/.Kx|E9hHzHe&CSSaM!e:^`O0`QG' );
define( 'SECURE_AUTH_KEY', '^W#BO5KQ2 yk$j~d`LzFrse{6f0(:R*-I*x6O$gvhu))F%4!5bkn#{`}M[ZU_X<Z' );
define( 'LOGGED_IN_KEY', '%RmQ3>1wD~7yqUClPeJdl_QE:dqGM}2F51hpW$b<gpc;xt;!hJ ,5&%q%b3*nD-(' );
define( 'NONCE_KEY', 'WH._U-|vdkERAHCO#QC^uTDXDm<~IaCts!5/!s]vC25Pub@0Rx$Acv>/wJd$u~~5' );
define( 'AUTH_SALT', '(FBS_vRb(j8i<dED&@pWF19z+~C]$fD0.E)4{!G*f_OKCmvUXcw/<y7o3N5#Ewrl' );
define( 'SECURE_AUTH_SALT', 'z)[LD/H@4~uSbp=Ym5ww8P)SA3K&onot2jas(0JD]p )I{>HGuL=VNuT;_B. MK4' );
define( 'LOGGED_IN_SALT', '5VCW,rdO$4*.3N]cx?Xar)q-J7VETJp}%D*cwNf=uH22p1!CWMAcI6-@X[$dv:jv' );
define( 'NONCE_SALT', 'mgilo<KvfyzAP&D@6BXm//0@mHH(@u9_v%SpF A7y~3MJ>d=OT04u4SBjB69s3fs' );
/**#@-*/
/**
* 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 = 'wpexclusiv_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';