<?php

/** Enable W3 Total Cache */

define( 'WP_CACHE', true ); // Added by W3 Total Cache



define('WP_AUTO_UPDATE_CORE', false);// Questa impostazione è stata definita dal WordPress Toolkit per impedire aggiornamenti automatici di WordPress. Non modificarla per evitare conflitti con la funzionalità di aggiornamento automatico di WordPress Toolkit.
/**
 * 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

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

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

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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', '33+5TRN6VQ%U6_/:t+9Y49~bedKk+n_wlfReA_*d|/M]vM*!-e7wbP0qeTX&BGyn');
define('SECURE_AUTH_KEY', 'St0Zh-1@iF7Xmx/QbY3oo;wKr1-M6_*x60Z4ldbc8U]r)r2__#+6K+n*:j0184t0');
define('LOGGED_IN_KEY', '&G9-d9s&26XQK2-/50jLUfoRT!qW1ZSY]Tf&|66&I8Nseld;5v-pK:9ocT@LZW@B');
define('NONCE_KEY', 'ark98_Or0#QeW5s9#~q9Qge0yd[Sa2cE2M/)0/&!P(yd02v96R5S:s1~8pfPKj6s');
define('AUTH_SALT', '68IRn5x94!82)XUz%LR*uW!nGF]AM%(&j[qi_dB:5k*~%AcX-;0eGv_lOToGitsQ');
define('SECURE_AUTH_SALT', 'Xel7yh2j]v[un456-*:x8Zj%F|10AaD5l876lmbNx-d0BTK)pCOYs5j/vDS0q(y;');
define('LOGGED_IN_SALT', 'Z@_4);r;eh8899s5|m27K0_WXk[w*-D09DH86I]0g;YRr6243L7AfIA6||S72_yn');
define('NONCE_SALT', 'W59aX-7]_~~tF[jzhu0SAd8U|s8DN;+R~1wVuMb:b8GYfu382P8~+X-B69G*69M~');

/**
 * 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 = '6s0Jy6990_';


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