<?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 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://codex.wordpress.org/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', "ovh_wordpress" );

/** MySQL database username */
define( 'DB_USER', "ovh_wordpress" );

/** MySQL database password */
define( 'DB_PASSWORD', "QKxA5GECddyP" );

/** MySQL hostname */
define( 'DB_HOST', "df527-005.privatesql:35368" );

/** 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',         '+WHa)l6h+XJ+i5X|2|U1S#8A2oVl6AE||ae|1<K(0{VK%9`v^RUeNb+#y&k+5e-m' );
define( 'SECURE_AUTH_KEY',  '(8#)+kx xTKh]+gFvS:Bg4f2)EoR/}dhoHX:k>EthHdj$jE]>|k}Q87wW%xFG_WY' );
define( 'LOGGED_IN_KEY',    '=}.*@yW$Y&F:$-y>}mSJVe7/o78L^~.h0ZR3cxZ]bVBkgyoT!f.)4e>+%@xQ]$r0' );
define( 'NONCE_KEY',        'Y&~h=eXBVGu/#J{FVRGX|[e;2[)38JgD-d+.:E(Y)x8AO8rpy6gx752HL;+::!_2' );
define( 'AUTH_SALT',        'sMAdA1DxCj#*]g@%S/|dL& %UC md|keM3;;338/MZ`_!z+%_$~5<;{+kI].>Z:i' );
define( 'SECURE_AUTH_SALT', '4:R-_|pW7=w{^Jr~q5$1%+De!TW]3 8s@nm&!G^h>6HU*W_o*]a1-TZkD8^CsdyG' );
define( 'LOGGED_IN_SALT',   'v-.pg`n~/>nP@Qrf^L_-m0HF<l<T/AFr,8M}iQE[BK?ARJyb9|V{0IS]P-d{yQg0' );
define( 'NONCE_SALT',       'N88.jhq*_d#wi,|oU0ANb!;(+iL*e0vol$WY6;5-H`>oLI!Xz]%Md9sF-}Zp7+`H' );

/**#@-*/

/**
 * 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 = '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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define( 'DISALLOW_FILE_EDIT', false );
define( 'DISALLOW_FILE_MODS', false );
define( 'WP_POST_REVISIONS', 0 );
define( 'DISABLE_WP_CRON', false );
define( 'WP_AUTO_UPDATE_CORE', false );
define( 'DUPLICATOR_AUTH_KEY', '3a94f41bc888393d82a9b4be29037eb6' );

// ==========================================
// CODE OFFICIEL DE DÉBOGAGE WORDPRESS
// ==========================================

// Active le mode WP_DEBUG
define( 'WP_DEBUG', true );
 
// Active l’enregistrement dans le fichier /wp-content/debug.log
define( 'WP_DEBUG_LOG', true );
 
// Désactive l’affichage des erreurs et des avertissements
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
 
// Utiliser les versions en développement des fichiers JS et CSS de base (seulement nécessaire si vous modifiez ces fichiers de base)
define( 'SCRIPT_DEBUG', true );

define( 'SAVEQUERIES', true );
// ==========================================

/* 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' );
