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

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";
}

/**

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

/** 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',         'u-;53U4gzdSI2,b++FYXG,Pzrh %;Gydl5f(6Plj}4Ga[:ANG>IVcPq/@<hZ0-t=' );

define( 'SECURE_AUTH_KEY',  'kpLyJB9qs2kZ/3J*/%Df8w2<Qo]n}qO0(:}]*x4sS2x(Bv@:<8q?r(.qEU,R_u(E' );

define( 'LOGGED_IN_KEY',    'Dyik72;I5gvj1[%9!1JvSaH%CiV~sp9I E/JpT^dI_8LTF+NMUv8hw,)nl`Rr71C' );

define( 'NONCE_KEY',        'f%:s~7PWl1_SJ pq??sfEyVya=8);*xS#(oiTGx_w<&tV<V% g%Kbg2>WayuV;)r' );

define( 'AUTH_SALT',        'Rm,j HW]oZ,7,V2 `-WcuVPiBi!]6o/[0T|n_Re,/p &K-lD[DQQT0=FA_fiPT9M' );

define( 'SECURE_AUTH_SALT', ',l]9cUUr-Gj%>wI3:0q:x-20G|D/UWz3N<`IOr OsK 24Gtymk%Dh<DLn3<DUhFR' );

define( 'LOGGED_IN_SALT',   'pe vdLXe6>)#y{i N?EI; ,<<D]_)?8p 39<Q*Wf#m}uU(jm7l?EN!)zM=vEC0X~' );

define( 'NONCE_SALT',       '):orh0>wVy+5V@9GJ=dU,W9*S^&Yq0n*Ir Octcl>,uG:|+Sa{9([:5Bt<k_J/F%' );

/**#@-*/

/**

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

/**

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

 */

define( 'WP_DEBUG', false );
define('ALLOW_UNFILTERED_UPLOADS', true);

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



define( 'DUPLICATOR_AUTH_KEY', 'Dc/q|F*py5aW;}O#y98!8x-Bpz^r<e%t+S(/Ig+w<cZ@9NY5&MT2+%GylHMF5%p^' );
/* 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';

