File: /home/cpt/domains/collectifpourtous.fr/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'cpt_wp' );
/** Database username */
define( 'DB_USER', 'cpt_wp' );
/** Database password */
define( 'DB_PASSWORD', 'opuAXAwgtK' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '8t#SK+l~P#x]S(*96s31cnj]w4L0/(7-fQF|i!y*sI*@w_01i7j(68;;IWks7ha2');
define('SECURE_AUTH_KEY', ';0~]-~7R;1m|7%v5%pvX%B3D]9nY-+33E|M1iY~7w)eT0/_[I7ij+k)v1*42whpL');
define('LOGGED_IN_KEY', 'pw600R45Y29gJGgyy3l3&5V2Q*+&f28uIiq/2X~%V@%56m_+B_xC_Za2Gu+9n+%7');
define('NONCE_KEY', '3AsJEs!t16dQYZ]_08C9fr0U9:6j;*(#PZmoE9Pe9w0Ki(KcUUo@0tI5WrTP[0&E');
define('AUTH_SALT', 'oK:8T]59!mV:#|3rM_2Y68*6DDqO_3/XaB51(e|ne72g+x-4Hre(4|4T(%w/lsx3');
define('SECURE_AUTH_SALT', '1v6j6R2X5:(55#&kD1!N7z[MFz6PK/U4hTsqEcIf9OX~rD8e8YacR1_:2H&kTJ!9');
define('LOGGED_IN_SALT', ';6C6~oza/@dUimLmP97@11I+URMil]E(/SB2mx|CO4+|s|_azk/pC53tc5HLbA5(');
define('NONCE_SALT', 'E]4UpYbncO*2KF62Z;]3w!vkCJ5m/F1:EwT@:0K*loy)5Vg+mHfB5Ro8Idk3HA|b');
/**#@-*/
/**
* 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 = 'cpt_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', true );
}
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', 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';