File: /home/clients/edb09f77013843cc78765204458ac3f1/web/wp-config.php
<?php
define( 'ITSEC_ENCRYPTION_KEY', 'L3p7RnlLKUQ4aTVKLDJOOGJvQlclPkU6PiU9Z3M/WSs8clJKNkJEQllJMlZOL2o1WnJXd0wyX3ZNPFdYN0VnWA==' );
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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.campmontana.ch');
define('WP_SITEURL','https://www.campmontana.ch');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'cfzp_iscm_2017');
/** MySQL database username */
define('DB_USER', 'cfzp_iscm_2017_u');
/** MySQL database password */
define('DB_PASSWORD', 'Iwosadano632');
/** MySQL hostname */
define('DB_HOST', 'cfzp.myd.infomaniak.com');
/** 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', 'Q1 {]wiL }]])*TT0+.jy)yxVqL5D>-5)bqm. YDxqdxJIUJIK6*5#wfD+!xJ&R_');
define('SECURE_AUTH_KEY', 'K@KM0x3+2XKcw/Exn]BgxC||S5G@PY|7SK-`)m4ZhWE#Q5X69OdQP 4r1S[R<pUl');
define('LOGGED_IN_KEY', '5z/>OmOvhG;>04pgz_m+p@TAVi@U^0u18FTV`EoD8]x:l6@(.WMw-j6~I;/!x~S+');
define('NONCE_KEY', 'w^%)E&P$cOG=$H?uOp>2kNZ/Dcx@IE?Fqs#%m?Kq0s&I_;p;hdaQ/SO=&qG(Yas0');
define('AUTH_SALT', 'f~Dl^:*y;%wHElR=#6a?1Wp[`T~poPW?LlK/6$i_:Ni]g,mK6Kd;^5);])r#Y*9j');
define('SECURE_AUTH_SALT', '#KYu4RiO}Wv>SvL=p7Kt/ #b`c*u!5b!W:j_EES4OHi||.,y.[LOlX!sytl-Xmde');
define('LOGGED_IN_SALT', '&O#YdQj}9uf%o_FB[Y+wHd:gM)=N/o_DZ%?OkOVy ,|06/K|}-lNLo<fDry~Ts^K');
define('NONCE_SALT', 'GF Sq 5RAAS{9.aRg^Y?Ja>X=<z-:Skn1:He4A)zt@!`MWN-C Q++#&KwZv*%;sA');
/**#@-*/
/**
* 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('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');