<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @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',         'RWghq/7 ~<uVcZ1xja)X&|`bDT4`H0(@@O#;~nIFqo$Y9)t^Kfs5: aPxvqvJi2p' );
define( 'SECURE_AUTH_KEY',  'Z0c4S42qyN5${<1MD5vPKs`AYx3Zm/zr*L38uqx>[-,bz:&]P{z4+$FVO,Gmdy07' );
define( 'LOGGED_IN_KEY',    ']h0v+vV1u:/4*KxZf6pDys)CzY1j4/1CbC4!#>k^ _NuE Fw!Ir3}@*T?nC9C;`!' );
define( 'NONCE_KEY',        'H{;Jb}G=$XzY]*iRc3YBQgmiSd/h>A}/q}Wf[D78_zOdirogWgMV][V+=.Kr2=`H' );
define( 'AUTH_SALT',        'f%$6+X&+aI[ qQANeznvJ@s|pz(|vkpwurO4b^w^>R#$oDfqj:$A`I[Gw#d]9uUy' );
define( 'SECURE_AUTH_SALT', '4wk)i$+`(8<3ta!#G,,M ollL1<KdJQvyrBDc_=FJk}7t[, vt/KZZ&zV5D8y 6!' );
define( 'LOGGED_IN_SALT',   ':MG<Ut!oG4L gL#O^>VQJ6]o3?z]OFNp6)9!t!*<l;yy0]B>|01BRf/:w#4bFVM<' );
define( 'NONCE_SALT',       'R!umtMK&&|2mJ9~l?3UIvY:R=B9ge[9:<{Nxoqy&c3Eg`^fGJPL4/D({1f.KOv 7' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', 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';
