<?php

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


if (!defined("RSSSL_HEADERS_ACTIVE") && file_exists( ABSPATH . "wp-content/advanced-headers.php")) {
	require_once ABSPATH . "wp-content/advanced-headers.php";
}

//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

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

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database 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', 'l30c;J!u@zs0y85rd46|W:8qk3tEDo*2cr35)p7Jr)6ZQzh1|D)21O8y(5)0w_Q!');
define('SECURE_AUTH_KEY', 'l&-7Y1XBpM6(199gFc#[_&aWdk~B2lWA|md[Sifb&mfOggDZI@vL/eO)0Q/sX770');
define('LOGGED_IN_KEY', '#4kk49:;8v8wY#e7bdY0sGw28QPeA;+k6SjFZ(8eKx8:Bx;Aom5IJ5&v782oDgL!');
define('NONCE_KEY', 'P~*%Kju0;6XA)]ZO3Pe|swmn4k3x16l6@KP_u_ji(D-2vr(2R&8sW;ovHC+LP1(D');
define('AUTH_SALT', '@:HUa|Y!(48]5!!64:0AU&]e:9bTA689Th@T+t(Nm393&iMBxVqkw&|YvUj@92~T');
define('SECURE_AUTH_SALT', '61@|4]ZaQ*3r48&Qp8l1(&-Yz2*67~31j8391_:P3)mqZ3m0@Q6XEdY9Z&hpf7D5');
define('LOGGED_IN_SALT', 'nEyZ(3Kw1D*0-1sV5Je)5@G1b+%P#Flf@7#&w7X1NCK6ZZOA3|Jg4Q2~MCulPeuj');
define('NONCE_SALT', 'FQ&of1V*6*s/xzr:z7rlbFK_|T!9QS)0T[](-Uu_fT43@eg:s0)HtKyWA+m|0;7~');

/**#@-*/

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

/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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 );
}

define( 'DISABLE_WP_CRON', true );
/* 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';
