File: /home/zwafgyp/coolswim/wp-config.php
<?php
define('FS_METHOD', 'direct');
/**
* 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
*/
define('WP_HOME','https://www.cool-swim.com');
define('WP_SITEURL','https://www.cool-swim.com');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'zwafgypcoolswim' );
/** MySQL database username */
define( 'DB_USER', 'zwafgypcoolswim' );
/** MySQL database password */
define( 'DB_PASSWORD', 'EhV95P7JU8Q49wffF' );
/** MySQL hostname */
define( 'DB_HOST', 'zwafgypcoolswim.mysql.db' );
/** 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', 'R/eAb#LNOG[USqd(NPu*ML2)Uz:O1$+8`ECTWkf0TFTnL#!.23k0JU:+JS6pO2ca' );
define( 'SECURE_AUTH_KEY', 'Slo|Z1-nD0qHSS?xbR=ZZBr4dj&=^N*y.v# _j,UgSxbv)7n?8vvKp7ACV`VHNhe' );
define( 'LOGGED_IN_KEY', '}=_@Jtd3E_`HFM4FY/&sfaJM_4L3;_bk=SRQ4!h~]qyMC.u?h(=G%|1E{#x`ivDW' );
define( 'NONCE_KEY', '*CUUo6pu96+K^}|bZo<>A&?Bgb#<hr7)+1(nkfc^J?WTrvSA7H6W^)&QT5X2eeRs' );
define( 'AUTH_SALT', 'u;PN^..R>=ZRiOxH>8bZ)cJ/e6dMa<U,[vLW8PlR@Kn3NmpQ};Y$*HAm&61Xi)[u' );
define( 'SECURE_AUTH_SALT', '!lEe9W19 J1%+w)w0Z8%%W?RI(ns<[c/p`L0vx2J$ZKhHoIgr$>@3;_to2E>:{}C' );
define( 'LOGGED_IN_SALT', 'GoY^0?O[j+R%6V^Y5^_nuLlxd8e$vbW=}Hb,V8F6X]BQi~p7ZTdbWHO]>}7mlO$L' );
define( 'NONCE_SALT', ':cmUT/]262VAQud~QO6~zRkf02h(9Ipq^^g;.4:|G>c!jSw#|~CYGlmzV{11h4/Q' );
define( 'WP_CACHE_KEY_SALT', 'Tc5&5?a&DA=~`lvTQ$Kp<tM]lVz4o*SwOl]5YEHrX|Gk)#xp_8bD]EKH6W?$;c:{' );
/**
* 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 = 'bwzHi';
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
define('WP_DEBUG', true); // Active le mode debug
define('WP_DEBUG_LOG', true); // Active le log dans un fichier debug.log
define('WP_DEBUG_DISPLAY', false); // N'affiche PAS les erreurs à l'écran (important en production)
@ini_set('display_errors', 0);
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';