<?php
define( 'WP_CACHE', true );

 // Added by WP Rocket

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

/** 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', '7Ubx0%WT51DWYVT*Y14*fi|!h+0~0V_2g01jh5/R;4xS*H#_OFx6+2(A2kDu3bc)');
define('SECURE_AUTH_KEY', 'iN~mJD@pmFO#r117%WJrZC0XR@2:/bmQR-8dpL_(qUJFq1EfpIAU*XL/Fq5fJ:15');
define('LOGGED_IN_KEY', '6%&kr067v(iv9rr|(|8eW)O9vk4)Dm&559-3TeX%Vm+|oi0CmkUEN9kLK_&Ssg;/');
define('NONCE_KEY', 'x][4d94+5X_7IC9!81~@2mgr*ka125z_|0a4Zn45vKSaq%J7I-/1Igi%(i!W%1Gh');
define('AUTH_SALT', '/SI)9MoAwa@wtZ&EaT4&u#VB!a#)]X7oz7O4K@E;U:L1Q5jdg7SG+8)cjAaKW9%s');
define('SECURE_AUTH_SALT', 'o9G7X!AJfpKEWa#uj4!%f*/t%YH6vXEl(#P+v~!7MOiqy5(nH)s2we@gX5Z:UIP(');
define('LOGGED_IN_SALT', 'cts6!;2vt&9Z14C0tJ@Klr63jvl0wB/+scH8A6e5N87cpI9!7Cr1x)j2DQk6ff80');
define('NONCE_SALT', 'R9NXYrgiUHdW8[2GZ7F47pe17j9X8!z/N_AtSI_clQ86|-rSTE6/5gWyZ[IixX[9');


/**#@-*/

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


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

define( 'WP_AUTO_UPDATE_CORE', false );

/**
 * 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( 'DUPLICATOR_AUTH_KEY', 'OfJCpO{^+>P[,K9unFeuSJta_-j_Tq:F7o}!;XXIU^ba0u]fMI<-U#M9ND|DUdK8' );
/* 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';
