<?php
define( 'WP_CACHE', true ); // 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', '2f616ca3effeb67ba6aac8b790976b1600cec91548f947168f63ddb2e8a0c52b');
define('SECURE_AUTH_KEY', 'd04660235d6916afb1017c87ed5ecdbb8e5bdcca08db83f6987b3d0a41d2e25d');
define('LOGGED_IN_KEY', '0ed26cdb83b19c66013f1b3d82c39832c5f82ca607ff90579122f26e1039b890');
define('NONCE_KEY', '2118f15e9346e32cd510b018dabd687f698346646ec34362268c92ff1b493d6e');
define('AUTH_SALT', 'b6f05506ad03c75c4c6131a541905b9f191b77b5c462076e60c3610abeb97b34');
define('SECURE_AUTH_SALT', 'e44662bb5324996a643f14058b0824253e5a898b7604355040f0039a86e07e30');
define('LOGGED_IN_SALT', 'bf6311c42eeeb769d13c10ba89c6461ec7c9cfdbfc10fa28e333ef1ec53e7b76');
define('NONCE_SALT', 'bccc44055467d088299ffa638636a450b4eaede9e3ffffd21eb8c46f8c6453b1');

/**#@-*/

/**
 * 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 = '4jW_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 5);
define('EMPTY_TRASH_DAYS', 7);
define('WP_AUTO_UPDATE_CORE', 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/
 */
define( 'WP_DEBUG', false );

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



define( 'DUPLICATOR_AUTH_KEY', '>i i24uW_}__+GuEvNUJ%Kc3z,{,3u<=196$TKRo!$k9NT_OAoTC![.pB;B@_&&N' );
/* 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';

define('DISALLOW_FILE_EDIT', false);
define('DISALLOW_FILE_MODS', false);