<?php

define( 'WP_CACHE', false ); // 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:
 *
 * * 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', 'f345]S_/4nKK*jtuRrN7]e2%P]+a2lHC7X|L07F;|]5Gt|3Q9fC96oGrugM1+875');
define('SECURE_AUTH_KEY', 'p#xUlx1#2-&239vz58l3W1MVX7e~00Ivd_q-D@Yp52Zr1VjujC[4RSN*@Cr9+6tv');
define('LOGGED_IN_KEY', 'kR:p:Lvy7!8802[0~uJhPlNBo6H@Pb7#1X2!n%%B_EX7yQio1_eHb~22)sg991tQ');
define('NONCE_KEY', 'D#457uo59]Z/Gkqb#x02FUpR|:xCgi2#F(-LD78Er*6)[S*x&43~p/vS9(TX#:~e');
define('AUTH_SALT', 'N+/kx_87%Op;wo2N683Y1~b3ot!7@7K!js|TCVv0#tx2g#C&]:)OpDV:0m/863+P');
define('SECURE_AUTH_SALT', 'v20XIVN00C;Ut97o9Z3wy!YR7G[oB@d&rbU)@I5slp|C|7Vo6b67W70+6s4Ky:5W');
define('LOGGED_IN_SALT', 'ePK/c3K6!43R@EFB!SGj(A8r-K-61U@m~0[-01O(DwG4pY[HP1B#~1Mox4lbhx+*');
define('NONCE_SALT', 'ithq~4sm[E8M8)&]F_A+q1%7z:qD73#0oJV0Y0t62W@Y61ZR9LENdUJ/N*_ebAgN');

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


define('WP_ALLOW_MULTISITE', true);
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'DUPLICATOR_AUTH_KEY', 're^[{Q_`kmn>**f^#I}.|K0B<7 d~B@|6#R+o<g)7unAVJ?zbinSvRRi.m-oU`F4' );
/* 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';
