<?php

/** WP 2FA plugin data encryption key. For more information please visit melapress.com */
define( 'WP2FA_ENCRYPT_KEY', '3HZczZgCepcRC4hNtAfFhw==' );

/** indique qu'on est sur une staging */
define('WP_ENVIRONMENT_TYPE', 'staging');


/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'pilotiacjjpreprd');

/** MySQL database username */
define('DB_USER', 'pilotiacjjpreprd');

/** MySQL database password */
define('DB_PASSWORD', 'Salaam12');

/** MySQL hostname */
define('DB_HOST', 'pilotiacjjpreprd.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',         'Rk5r:Kp~KK4,ClOZl]!$0`%1muAfF4hx6,xP0O3W80A0 HtZfqWiGTq8$!$5i5%G');
define('SECURE_AUTH_KEY',  'tJNQ_ vOUo9qN7zhfZtf37k2a>@6cDxKuo^1+Rt$Y+pUkJt~@{hx@> ]G/rkF=n>');
define('LOGGED_IN_KEY',    ' t-j|I$_@7KzU12VsDxw%-Xb4],J!#FcCy/u4%7OHkak*LLFbQ?3t2Xl9b$Gw`m$');
define('NONCE_KEY',        'l=R-yk4[/H?Z2%PzQF&7`)< S[uGY}cu,lf&*hhtt/BwI?K]O4mEQUEQec`#3=Ea');
define('AUTH_SALT',        '5EK3g0Xw6NY3O?XQ8Q?O<.F+V]f9D}_$MKZy?,#WY)`*|Gp1L@`a$-!X,J_ 6Xr[');
define('SECURE_AUTH_SALT', 'E}h3Tpaud=/kd$?~iYuO|Ks}a[69Ch5(g.iILdTP|hF7})E,;%Z33a=nwt$5siP!');
define('LOGGED_IN_SALT',   'X `=lq]zyh0AF6TZ%X|#a8qjTrk`gVq[g-OE^F5bBat*?xg2cj`L>I4?;<s,jX]z');
define('NONCE_SALT',       'o)l_=S31JKySM@a7~CNtuC=1}LCp=FGjF]m/u,`2]l^X+l?7GX2M*Nz@R#yIlw7h');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */








### Mode Débug #####

/*
define( 'WP_DEBUG', true ); 
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
*/

if (WP_ENVIRONMENT_TYPE === 'staging') {
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    define('DISALLOW_FILE_EDIT', true);
}



define('WP_MEMORY_LIMIT', '512M');
/* C’est tout, ne touchez pas à ce qui suit ! Bonne publication. */

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
