<?php
// BEGIN iThemes Security - Ne modifiez pas ou ne supprimez pas cette ligne
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Désactivez l’éditeur de code - iThemes Security > Réglages > Ajustements WordPress > Éditeur de code
// END iThemes Security - Ne modifiez pas ou ne supprimez pas cette ligne
/**
* 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://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'flygroupe.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define('WP_MEMORY_LIMIT', '256M');
/*define('RELOCATE',true);
define( 'WP_DEBUG', false );
/*define('WP_ALLOW_MULTISITE', true);
/*define( 'NOBLOGREDIRECT', '' ); */
/*define( 'WP_HOME', 'https://flygroupe.com' );
define( 'WP_SITEURL', 'https://flygroupe.com' );*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'flygroupe_db' );
/** MySQL database username */
define( 'DB_USER', 'flygroupeuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'x%uR^!jY^fG-' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'o5M:#}/8KOfE.;_]:v*9BTWfCkwuU{zs#z)De1Ea{3Pd77?phPA,y/d^uM1X#A;>' );
define( 'SECURE_AUTH_KEY', 'prD@iF0_UHswl9kM><@?a:9fQRd@^mqDh?^0LJ(ue/dY{bR^R,{2.6Sgqn{tdUiw' );
define( 'LOGGED_IN_KEY', '3,R4|m[&%XeS@22Z`w9)<-ZE$9qILz5kOQ_|je2RnYlD:i=t]bNBaFVC6%(?S}/4' );
define( 'NONCE_KEY', 'KvkeT,C*CaxWE;-Ba~aX(na7%P17twu-#m<kl*tc]`I6a!f6h#2hk1MfiBd|Co].' );
define( 'AUTH_SALT', 'Zf)I|Eb|JyS#>@q`~pJcgEN.E+G)vM@_iKsgNw8U}y%6i>td,rLAZaKXIXxHCjEe' );
define( 'SECURE_AUTH_SALT', '1))EKcy.AtE(Ie(o#c]QPV_aj8vMuw[XWo#;2S4Bn4?coRCx-kD{DDxFd^JX*`yy' );
define( 'LOGGED_IN_SALT', 'FoL2sk`0^${p`?i%@RtXw)-]vQXce-js1~V$&*wsY0;N(jfS~d%5.)IV[US5Mh]{' );
define( 'NONCE_SALT', '*~J%qq}IBJ(*&K!=a0d_aYO8[vKg|hIIXhITn3.];U5]?QFzJF/h(y%Gc%Y,kb}J' );
/**#@-*/
/**
* 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 = 'fg_';
/**
* 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/
*/
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';
Name Last modified Size Description