File: /home/l/e/s/lesanew/www/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'lesanewbdd' );
/** MySQL database username */
define( 'DB_USER', 'lesanewbdd' );
/** MySQL database password */
define( 'DB_PASSWORD', 'H273ey8DR2sepU' );
/** MySQL hostname */
define( 'DB_HOST', 'lesanewbdd.mysql.db' );
/** 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', 'D*#WjBrMT(z7C6S(3l87@z*q&jfiVxdx;1j@98H~6Cu4BVO0L+)q/RCr5_MJknQ)');
define('SECURE_AUTH_KEY', '*[26K68CVQclxy|v@%;d~X1pgOrlb4;|qQj!e_8[81/0Nq23p_jP%5&tF53a#c4!');
define('LOGGED_IN_KEY', 'SBw44nh/w5wBN6S2Y+aV#y#S9r3(f83:40t84wt%RQvK&+&E;4871sjEXE5+M5l4');
define('NONCE_KEY', '8g2|@W;1vYiC94KINauo/5D+h!18(+2_GyV104c*r&I33[(%BT7933+V)454+D3t');
define('AUTH_SALT', '59404Xu72!d&&y1l(erS3_0G]#CTI)9uHHcJ6p)U2+9[B6&S9QC590|f:/Dou-m4');
define('SECURE_AUTH_SALT', 'kfLN&OD5-8i%(np|X0))Lh-y1_~hp-d~1qx1&|8!/7zv!fT]4&cn)5G~&T65:#g8');
define('LOGGED_IN_SALT', '0:jE6@_!TMl9vE24&g194q9*3SR440-@5/U##7z/w[eoWh9#y5O]Ga&+KO96i+/5');
define('NONCE_SALT', ':7m58%RSft12m/nw|~W]0Qrqory(C!|#P21S93%-goJ6L~GEJMVfX#c%_cPB@8Qp');
/**
* 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 = '5qmSeNPqL_';
define('WP_ALLOW_MULTISITE', true);
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
/* That's all, stop editing! Happy publishing. */
/** 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';