//Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'RK9WOjGC8fVcPqEK5FQ2z33qFROUtsTIzOuAuMSepf7wUbQCrtqmBOoU6vcPS52D'); //END Really Simple Security key /** * Configuration de base pour WordPress. */ // ** Paramètres MySQL - Obtenus auprès de l'hébergeur IONOS ** // define( 'DB_NAME', 'dbs14181733' ); define( 'DB_USER', 'dbu3731111' ); define( 'DB_PASSWORD', '4050A!tt' ); // ⬅ à remplacer par ton mot de passe define( 'DB_HOST', 'db5017758310.hosting-data.io:3306' ); define( 'DB_CHARSET', 'utf8' ); define( 'DB_COLLATE', '' ); /** Clés uniques d'authentification et salage. */ define('AUTH_KEY', 'u$R9gJ<~bYF[p3~Yf3E;W>G~cm-*>h4qNshH>?XN'); define('SECURE_AUTH_KEY', '0o]F!WaDxz2FTU^d/k`F.>AZ*8A*6+U,Brf4Fx+pbiqS;'); define('NONCE_KEY', 'B{Rm7^?3MZ]Uu&TSE,J!T:=wppS@{xYQ~[n==Jfw'); define('AUTH_SALT', 'OfnDj1>7!KRHF3@G+`pkq'); define('LOGGED_IN_SALT', 'K2TRT%u>6EN[3ZP@Yc#;Bi6y+^7UcM-gR[sZ0|Z*'); define('NONCE_SALT', 'QY4d0N3aJ4ZTx[E7Fp5m^pH3NQFCJUmG;U'); /** Préfixe de table WordPress */ $table_prefix = 'tvt_'; define( 'WP_LANG', 'fr_FR' ); /** Mode débogage (désactivé) */ define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_DEBUG_LOG', true ); /** Désactive l’affichage des erreurs et des avertissements */ define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 5 ); if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } require_once ABSPATH . 'wp-settings.php';