<?php
define( 'WP_CACHE', false ); // Added by WP Rocket

//Begin Really Simple Security key
define('RSSSL_KEY', 'ZUezhtexPkKaAvaTLDtfrVowEwRUrceV2OkgUmnAZl9kfXzN9h69wG4cFi5X0pW6');
//END Really Simple Security key

/**
 * The base configuration for WordPress
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
define( 'DB_NAME', 'thevaxnx_wp84' );
define( 'DB_USER', 'thevaxnx_wp84' );
define( 'DB_PASSWORD', '26VUVdi6@2NcwhE' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 */
define('AUTH_KEY',         'I;OV#+gqr5nF}QksuV;&WqW{%<MpU-k<-:qss/EJa9f1I:zr]G>C(DC|}1ye5.=b');
define('SECURE_AUTH_KEY',  'pj8G8)<SvuP-!z.K*G7_?Oh(d>RVFG#8E_~mG~J20rYgI2dT];,8s[.O>$tz|iv{');
define('LOGGED_IN_KEY',    'Cjs$v%H|9OcIVc.e|@{gQSARQS{+ Ngwrzdn>dy:x$1]#du*5h)/`vlYseakBRR|');
define('NONCE_KEY',        '4s;ty$>*r||#D^C?4$G:&td#*IIn8`?]hxae3::L#grB$lN&6vc2/~y*+a9-q#11');
define('AUTH_SALT',        'yP^Q7)2omL*xt4GZW0>]@kfCyjfG-{5:9kJ,NW~ytq m6>0t`g/0e3}2-+%?)[84');
define('SECURE_AUTH_SALT', '>3kR$&[67<H}G>}*XP!s2q(;j/+X1IR$(GgE>Ru`Y+3iR52*tPu-pu7!yX12e=p`');
define('LOGGED_IN_SALT',   '##1-$[AI#|Y7$Bj+JrZB/H*MqJdl-j{tj7PW*bgy5#HQ:?hIYIjT*et5T([&:u<9');
define('NONCE_SALT',       '&1jcguq.SK#H1|#GFP(uavaEB<}=)*{TD-^vb(jH3yW!d,jR^trOTwKwIU@->A)F');

/**#@-*/

$table_prefix = 'wpwv_';

define( 'WP_DEBUG', false );

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