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


// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END iThemes Security - Do not modify or remove this line

define( 'ITSEC_ENCRYPTION_KEY', 'ekIrPGR9PHh7KlJMaXg0eWFmYGBqMTkscHpAODYsYSEpUXBsTXJ1eT46VkwwU0tpJURWZVQzWkFKUmV7KGBgXQ==' );

/**
 * 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
 * * 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', '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',         '4s4$z{?PZg+DCURa~B;7ft}jFRsa|b {ir.RQ:`+S%c=vn,h]mhy{!dekXw1ir)z' );
define( 'SECURE_AUTH_KEY',  '+@1yoID(8MxU=rHVZaqvE+[cW(?S6W87o>c^l6eI;^Tz*t$bgCcM44diIZZ}$,-a' );
define( 'LOGGED_IN_KEY',    'umdW0GCP)bI?cFG!CI+-/]@kcOTY)sOcG_YGt3b%55ZV 1&@~= Z,iUl@7`Ip>=a' );
define( 'NONCE_KEY',        'gQ>@D|EC5ze $v;sPE>)@{!-#^y}|rgGx|EM.nH5L0JXr>:`O_4q?ygAa1VMU|yg' );
define( 'AUTH_SALT',        '3jK4Iu Zw ~H%:ahZ_vy%`)n@=shA{>BlR:]D=Uh_z1C1JKHt#4)``bglw_A{Fm0' );
define( 'SECURE_AUTH_SALT', '5JO}{uU2QF`oVUd<J3E6nZz bfGU[rf%@4q^Qym4q?zt}2rXjSUL:rLb9_<r :lg' );
define( 'LOGGED_IN_SALT',   '*$JfY1<(sX`NCE!z9QnwTG|*u%-9RI_B!|Xj__RXoq}+YP2/3xCki?I=R`o5);}R' );
define( 'NONCE_SALT',       '&ZPV.~BlWpcG#st.*Z@$MM`.Z-H3:!k,luCiK,Zgi0Mew GGN>t[l*r@].#Hf.)x' );

/**#@-*/

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

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

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



define( 'DUPLICATOR_AUTH_KEY', '_?|E^82Ac2DynY+@yfx_]{]1[qq{-Hr24YH2_IAwJH32#r9V$y0gh5Y}%`.4U>}G' );
/* 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';
