<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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',         '4Ljk{@kNO<Jv bt:xpSk,0Q9nV;2j:f/jAY aNP.l5ZYqK3L-6bW+0]z>2&$|RG.' );
define( 'SECURE_AUTH_KEY',  'drZ**L+UIoZ;VxLx 0fQKGwA9)e1!uKFrU$$GI%PQh=66{{tw.olPLpx#0-=irpx' );
define( 'LOGGED_IN_KEY',    'Y2&/m/}J-h?t-`H-zno1q8d.Efaib]w=6#sa/.Jatm5:!j} Z%P+c{C!@z9B/Zl1' );
define( 'NONCE_KEY',        '>1l/Yd&H1N`:wO&aT<%{AHqo8Se)Ud,3WQs*q]W|Q/ib:cU~A/y~+i8t_9JjQV4&' );
define( 'AUTH_SALT',        '(R%K8[uQgNCbtf0~nsG hpQB UmkE([Ds].:Mj+B=05iKs=`ev$T!N.l1wv 8F8`' );
define( 'SECURE_AUTH_SALT', '}Z<sdRy[h)tYor~bH3v(pErqz|m<Y3(B#*Big,`d:MFS3|^nOgn_Q8-UKi=v[9E5' );
define( 'LOGGED_IN_SALT',   '@%xm^hKg=#p0^cO*X=L8t9!zeyI+;owZOyt`pAWW)`a})-Tv2cNO<q(Y])d:1%fz' );
define( 'NONCE_SALT',       'W_Q?[vXB%pYa_^TmZe2nZ?wZWQM&{`_o ]CL/rs~lh_Gbo1GGC9ZXx4/W22dtc<h' );

/**#@-*/

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

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



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