<?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
* * 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', 'u865067301_Wcl4b' );
/** Database username */
define( 'DB_USER', 'u865067301_AeXC2' );
/** Database password */
define( 'DB_PASSWORD', 'f8x6wlbt1x' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', '6s@k<[f$tejT:_#l?<`A}T@NxZ9eyqxv -Rvvn^[Dd&k^s#>jze:r.8<:^e2s%xk' );
define( 'SECURE_AUTH_KEY', 'bb7#wUu$xl;k_Q%BD5N.6&`{H+tu|!C ,khdHkQ.;=tIa+MB| I?@+t91<z*h[C{' );
define( 'LOGGED_IN_KEY', ',Vh|rBOXXe=sP!jZ.4dA&J3U6p71k!VYF63{od%;A[OW@k{%RBI.N0Nu6?I@{,[O' );
define( 'NONCE_KEY', 'KG_xoMW]f /t?>K!x+ALrX+ir!GxBJu/@Z8U-%7uHcu*,},.$DNQ&{N}po. }n*=' );
define( 'AUTH_SALT', '9`<](Y!F:.g2)wqJx*J7&jITT2o;kv#BWF;XH9;6?K(|R%v.V1C6[(]kAIbf+5U(' );
define( 'SECURE_AUTH_SALT', '7;xkMoS6{h+Lrv+&vxk4H]ifioX99rxZ4+ohIu2i.xJj8#[!BamjM<2CL[xa_{:e' );
define( 'LOGGED_IN_SALT', 'v7D<{T@u4G(17+uh(T43g2l#CJeo~F#]h=1,!9tO:E&$8.E~1}R&P]urT8HNU<Hu' );
define( 'NONCE_SALT', '-3va@ZApBe%tzw!{$,3tRSKltQWQTiK*:y?h+e.=!/5H-*c/d?ZkmYQ@&B9gl8W9' );
define( 'WP_CACHE_KEY_SALT', 'H<zjVu[fKKjpPM]veT~H,! I|) uVRjGm@~jBg|Uw//PjvotpK/Bj0}bTe2Ibi^_' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'f10d3d237418b964ab3dc4bf9870356b' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';