<?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', 'wp_ue7qc' );

/** Database username */
define( 'DB_USER', 'wp_7igx0' );

/** Database password */
define( 'DB_PASSWORD', 'pc1aErTRV^9^@%1I' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', '5c|9Y2Q5h5d/K3oE-8kv&63j~]00uF3-4aZ(/g)[W8#B9969IGC1P9Cbn76|0NC3');
define('SECURE_AUTH_KEY', 'tYr:T1e[WW)+!Utjn6/5:5zwj&-~&PN9h3+!6-*o:ZG;qb:7xt/i*K9I97/@2#WT');
define('LOGGED_IN_KEY', 'fk3+~73gH]+TlzD|E80EMGU1f9%)INh]Hg7k86vGD:m7zda9!)98x|k%9&j-93s)');
define('NONCE_KEY', '6;_8+0Q:CDAjv54a8Y3Ifgx!6-%;0v8NduVu|ixM[is8Z4QtKq*sj!&oJC1EBH1)');
define('AUTH_SALT', 'u%b-(#PFUuO5iU3:1o4vh/li%~]|!5HO)5)36(_Y0YK46-(Rn1ZCkE3Ln084Bb+7');
define('SECURE_AUTH_SALT', '_UM-|(p7]012Zb0j7TH[5d:0/LL_lAf3A8~%0R2FA+tiO0Q2fv_T||s93]89f31r');
define('LOGGED_IN_SALT', 'p2:eKsd;76M@B3|o+wm@4E@RD%9rY2D6T7IT+5k4m1@zh+85[p9h5Ic94P~88BwD');
define('NONCE_SALT', '1n28W+h6CvMlAc3+N;TBzb2qpB4@+GgeFbzvpwec:87!6ux:wa1YS:3Jm+*9&]Dn');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'DISABLE_WP_CRON', true );
/* 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';
