File: /data/sites/web/lavelatirreniait/www/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'wIG863fQqGPCYh1pvsNd7AUqjyAWdA3IdKDzi4DYIB6YfBrrC5wPJLZMPPC9QnMS');
//END Really Simple Security key
define('DISABLE_WP_CRON', 'true');
define('AUTOMATIC_UPDATER_DISABLED', 'true');
define('WP_AUTO_UPDATE_CORE', 'false');
define('AUTOSAVE_INTERVAL', 120);
/**
* 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', 'lavelc_nbaufl02');
/** Database username */
define('DB_USER', 'lavelc_nbaufl02');
/** Database password */
define('DB_PASSWORD', 'zGAO9GZ2zB44AumB');
/** Database hostname */
define('DB_HOST', 'lavelc-nbaufl02.db.tb-hosting.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', '[Tp)Wa6~;1Ck ?LbVGKsWn/XmE-r.^[ydpW+:)+LktGg4|??&(bg_/Qd_7[ 2i_8');
define('SECURE_AUTH_KEY', 'Rt`@Bd3R_cV9zP/qa}uEa}}hk`GdiitO}{kpZh8M0]Mj:0&R-l{/vl{*9Wv@&d`i');
define('LOGGED_IN_KEY', ',0>[f21l,.*23m5n#LTAU`8ePEnjUuu[W1Cl{~!6v;TQb6((H][R|-qRY!~C3CIM');
define('NONCE_KEY', '??z5W0Ux;FD)Zn$^=^Y{%8O>)IcsGh#P^Xg/,&c7T |M;nK@o#cA<}^WYL]T!?uW');
define('AUTH_SALT', 'RFknLU~qeP?G RV8`x~HGLfYl~>G@T#6c(sPOlF8wI8C^0DZbM*`|7Rp{(vbI.7 ');
define('SECURE_AUTH_SALT', '%iF4aHVDEQ.(F&Ix#_>[in|`PiF;^Yr61w3tABEz@tt?P|1i`Axa;EM8_{yZq9V.');
define('LOGGED_IN_SALT', '1Wk-_ VKXm15JyW~r:=9$P2!a$xYJx,3&A tHX>y]`q?K0lfvf%P_Mh}@]gt@!W7');
define('NONCE_SALT', 'bT)}^e3c+$px;X/h=h[+(-iQr;|I,@ B{>JYmJ=eTqT^C ~)6_]j=G`PmplDZK!Q');
define('WP_CACHE_KEY_SALT', '6;Y(R)CLU{UoUB6#?9;+L<78C{q+rAdWSm7puL^}[l06Q2a6Mjg_+t19t$32oYpg');
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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', false);
}
$_ENV['iubenda_api_key'] = '32f53bb729a24409fbb23af188a115560c44f2fe';
/* 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';