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

/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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', '7W6B-B&Oy_E++U247a7GL_iYK6s5&:87g3x_937Z6H87B30ga#YzHqcbX@0w7L*+');
define('SECURE_AUTH_KEY', '3Zc(41pa]/AYbL2oi83rW1_lOzD&&8p7XZ[b9m2u@RZLh|1@O-Y5I3K7VNf(*H3N');
define('LOGGED_IN_KEY', 'tUYzWWP3R5589rzrQKWy1!A35!xNB89c)@k-fsV1M8)(cf2#56p2E+BbZQ41];+3');
define('NONCE_KEY', '1|;t+4Kb!46]f]VP1N:*#4Z3-38]p~]7@4[QN@ha:8rZrXi785@)yS1OQv15~s6d');
define('AUTH_SALT', '@%%@s8M1se50oEVY;3t3#lw]997b#5xxre80GK8McIJtD7@mKX:0LJj1!q0V05)*');
define('SECURE_AUTH_SALT', '54z5U2~-0+7wSmR2OU_8l1yWr0V3ghY:22sMZ*H1!(/C-B9S(-(i&f&Og7*g)ux-');
define('LOGGED_IN_SALT', 'X[DN97&SD-mSh%_h+2]&8V1snIw1T5rH+n|DN78wCiE;A1do4n~A44*#fhqx8nb4');
define('NONCE_SALT', '060B~T*iq;|M]Lr%2CG7*K&mc*RS&|O8U(1h71EG;(:DX5a9yAR8*jYY0i94P/VL');

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


define('WP_ALLOW_MULTISITE', true);
define( 'DUPLICATOR_AUTH_KEY', 'i~)>nF&d4F=wXr~3w7G!m4@3Zad@FUN<!3[kyzLB:y,VHsfw0RRH2,XB(jrR(06z' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
