<?php
/**
 * 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', '');

/** 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', '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', 'sg4wr0*4RYMb;g#2D3a2z+-)H53:D@*DiwJQKglBJ]~w7kE6k;K7&131kc~+-#(a');
define('SECURE_AUTH_KEY', '+kBiu74jL;!+V%D[4]Qo9D;mz36p-|fGj|zo*qER34(So*MYNFt0;|S3DkFA[7[&');
define('LOGGED_IN_KEY', 'k@4l~#aY1U#6/G1@/k2|D)C@YweEH:e*4N-YW5&eB&::90m46OQ2*5d[r7nlF0m;');
define('NONCE_KEY', 'qW6)_57XeO9~m+7q5MNYKhj@8z@9%RV!1w~W&3;C63&p4T*uk&P4:3Ll~P3q_qT;');
define('AUTH_SALT', 'qHZH7[]Rwv!0unkHI*0o5jTx|ShEH2m(:m54)-Q7v|[*Jl3lTLQ)*3p#Nhi0!k1~');
define('SECURE_AUTH_SALT', 'Ye7kh86l(2AOgoS3+3!:741S5Q]03zn[_;M5uZueD~y;X4NFj~0[34GoL5z9L6UF');
define('LOGGED_IN_SALT', 'J&f2|gn:K+sk8ZR*5+;*Q[4N6j35*os-h-K!8)_@C#+0Mf[C:AH39q26&6eom[bP');
define('NONCE_SALT', '#p+-A;g-94)z2f57!jM90bsn6a!z3j52jzw)jLW2G4L:b)807y]@G9b#4*-R3(|a');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);

/**
 * 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( 'WP_CACHE_KEY_SALT', '2546c1be9b3fc2859490e2bd59738bc2' );
define( 'DUPLICATOR_AUTH_KEY', '&vbf$qJkbrnY.P46ThWh8z8r/$r>>ygqcSbR*RQZM-5y6c.6ln3JV8+6Qf<D.0e:' );
/* 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';
