<?php



















define('WP_CACHE', true); // WP-Optimize Cache
/**
 * 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 - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'caminale_wp_slwpx' );
/** MySQL database username */
define( 'DB_USER', 'caminale_wp_a9hb2' );
/** MySQL database password */
define( 'DB_PASSWORD', 'o?XcZ_VfFi58Uc?4' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '4n(2xO8F7;%8&2NE*1jOJ4QGs;2s-Shfm9[%34#b[2g057zftbLyv;7D%a80P+rZ');
define('SECURE_AUTH_KEY', 'IYv~2H8~!g74h/:bSJx61hY3TOqc1y23N7/2#tVQ:RLbDuJNKMQ7@mW6V5x|3:3S');
define('LOGGED_IN_KEY', '-_yXv][@+!:8436BUahAuLA0VJk*9:4j:h8f]JzcIkmpoxO-:7N7:7[bIt86dL(k');
define('NONCE_KEY', '4R9+g2;0XL6l2(oABe;%)*|5&)a9-oP774eRm850(#xX71pRA8um;[j~lxpl%gX8');
define('AUTH_SALT', '([8eE7*M8fh9B&y3bTo*14*t&RwCT9j4-Np82JAp::8A43X0RfFdy!5oL31CU7K:');
define('SECURE_AUTH_SALT', 'p7~|-st3J0!5~3c+Y5J376-00Y#20%:o524)a2c9k05V_e172q1[6W10cc3Ht-VF');
define('LOGGED_IN_SALT', 'H05_~@k#5%+~I29cIt!V&/Y8pADU6v&%@[78nrR42M(B7/2jaF0aJh~:62+9EVNo');
define('NONCE_SALT', '+3)_r5n12x*d|*k2rgWI:|!9t:[WJ791h4%Cc017(~7RKqGv]SfR&W3_/l;mIR32');
/**
 * 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 = 'c6vW8fje_';
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy publishing. */
/** 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';