<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
 * 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://wordpress.org/support/article/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', '' );
/** 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', 'TSdGD+e2;33Osl81pS0SLXb!1:k6u3Gm39)fTA6w5J|Y[]52i!d0Wr0d6vja44|v');
define('SECURE_AUTH_KEY', 'km6YCE@6;:b1rE0@9]5Gf-T3l)8&1oJ@0Rahk;#ZFM61pQ0(k/)%u04C#VE8JAeY');
define('LOGGED_IN_KEY', ':b+V6wjHsqC65q%G7;xD_D#348d-T&0~7B2|5*;(V5O4A~]2*wy9*@|y461fL6Lv');
define('NONCE_KEY', 'YKa!ZYW/6G*276X%-2042S+I7Pjem%9[c3DCW#+]DR;:%6XYcHa9(un@z:0zMl)5');
define('AUTH_SALT', 'Z48:kef_Z4g-tJq2Flmu_o4&;Q7)|GU3Cz)AKy*Z:*0DZ04fq/*(59X9#7c~YV~-');
define('SECURE_AUTH_SALT', '@/v1J-k6zvT3-ds(PmdP4g*_vU22q8+11*;fw@]mj7A(RO7#|PJ%vqat~7Z(T_Ys');
define('LOGGED_IN_SALT', '49p--jGx94Z@u96/0s5r2V8T8aZ6_h&05F5z_U7z8I5Y@(3O/v%HDUz5+f]2)s8R');
define('NONCE_SALT', 'fh]0f!4L[z*@*sM2k|/;QpW1yv4ez5NdS1cl31Krl4Avz-_A|-5P5&E4nwrhO5!!');
/**
 * 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 = 'F3wiI_';
define('WP_ALLOW_MULTISITE', true);
define( 'DISABLE_WP_CRON', 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';