<?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', 'WN]eA&4U|3h6LJ7r[*+[N0/3;|b6u5~@rE434m)+C-2(~e9]/mn659:0G9#VGXM+');
define('SECURE_AUTH_KEY', 'f4Xk3(;-_T9#l:;g#3s73f6k0S|%9Oa!9!/~fG6bNE:JBD!8)cc2Bb!W1-v(L4[6');
define('LOGGED_IN_KEY', '2evC21-K9yD~2s9l]|;8PkNK7810TO7mueOZK8~55A4B%1b55;2R9/[G_5*T2ev4');
define('NONCE_KEY', 'w7Sd64U8dHe44%Y00cUe1l1y;2n%i*zpxyW;rs;*rlEU2#_kz5S9wqj418177O*l');
define('AUTH_SALT', 'JCf]/e809hxX-)2~;D)]7]fc]kCUIx9)Gq_/[5jz#9r7I78RYj6t#yW&|%p:L38Z');
define('SECURE_AUTH_SALT', 'h0Q:cv7gm7f3mC/sz437K:hl8w%]_]optf2_6Z90a[[m(XSUd[v0(HL9X5b@&[2)');
define('LOGGED_IN_SALT', 'P|NLs+U5%(%Veq|@do&I0Tl2994K+bdG6g0066:21v##5BNdnWf*Y@U)b0110+07');
define('NONCE_SALT', '5Uu)qzI|t4~)_g2X7OLyT;yE3LRN0P3/c69:RZYJT*v&yq/VYtU*L@EqJqUNJV(5');


/**#@-*/

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


/* 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 );
}

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