File: /home/coinconse/www/wp-config.php
<?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 ** //
define( 'DB_NAME', 'coinconseildb' );
define( 'DB_USER', 'coinconseildb' );
define( 'DB_PASSWORD', 'BananesMouchoirs69' );
define( 'DB_HOST', 'coinconseildb.mysql.db' );
define( 'DB_CHARSET', 'utf8' );
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', 'ke=-&x5KG2qA*+q<.C)snr2}PPpT=5<KD9ci2VN6n!n;4+-C|~,6E9>gnigi_(Wd');
define('SECURE_AUTH_KEY', ']k3a(Q,T:7v8+QmgLb%vTUfC-VB.9a}j}h[3OEYF:0J2(Q%:0f+bb+U`^()QUxt|');
define('LOGGED_IN_KEY', 'Lg7!grYdis~Lt|nJcR7x1iks,u 22r1NAVIQ`k^42|+m-xEi]DF(1tkw||U) ;J/');
define('NONCE_KEY', 'Mj($g5|llWImG3?U<d8i(sJ*V?j!~hb|;2snmW7t6:>J|}&fPZYP(l;B)A+oI]0O');
define('AUTH_SALT', '9-$Vx.Kb:A2Y=#2>/bH1>jXSv(u% P8kfL[m|NxS3oOnM)kK%(IN8iq<AF.Efs2,');
define('SECURE_AUTH_SALT', 'Q28.Ir=GDcAQ.6LPQ&!n!/=bc}5J3+IrF;G6Cs63b[`=|9^zQ2frrL)^-B>1@BzJ');
define('LOGGED_IN_SALT', ']*>|!KVQ+YkO$X;LpW|)+4N@3|,!tF}zuiY)MNj2!mp<A-ak$taUiGC+7Rsdv&ua');
define('NONCE_SALT', 'w+2-Vw!Nu}5>amrw0m-y)6TS+{^q.D{PB]%]WK.U{5}w8V{S*B.AY8OLvQUxpeCU');
/**#@-*/
/**
* 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', true );
define( 'WP_DEBUG_DISPLAY', true );
/* Add any custom values between this line and the "stop editing" line. */
@ini_set( 'upload_max_filesize', '512M' );
@ini_set( 'post_max_size', '512M' );
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );
define('DISALLOW_FILE_EDIT', false); // ← Ajouter cette ligne
@ini_set( 'upload_max_filesize', '512M' );
/* 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';