<?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', 'G2v4(@3hTAl4]fK4&f6uK@87a4v20RX|1S&]o33G8xR1]L7F2J2F~0YoC/b8x2~:');
define('SECURE_AUTH_KEY', '717+#04Jw12N_K@DroE8e+7661MECh)L9cPF1t]I2&]:LiEwXd~+7ilTX]_MEM49');
define('LOGGED_IN_KEY', '[k2dx2q&Q)~2T#y8*|98jV[85Vlms%&K~]#c9o5!_XY1wnf9c7cG[]QbOa1I8IF2');
define('NONCE_KEY', 'Tp!98f6Wl9Q+&9A2[40DC9@kT~dreillpOJN#|4Z6iO:HrE9eiB5OUY##01Kl0*A');
define('AUTH_SALT', '97cx6|9JELmSE1+_|_c+-de:0@7y_%5A3N3Qu*Y1s7q55hL-87Kbc-&tFQt7/x[M');
define('SECURE_AUTH_SALT', 'uG14U1#h#r&8td%R-9LKveD3/gt5x1K8Uh+l258BpoZ7YDQo8[lFfx:wc4ltH+g9');
define('LOGGED_IN_SALT', 'JY3s(H7t|yHg;R8(/Be75uXG53Nc-&(]LlmPy12a*V@[2@+26gh6Nz&bNud]2Ikx');
define('NONCE_SALT', '#2/P9k227Cu5A[R7Fe;z67!pml%jD-7(pMbhwDZdG3U#P&v02]049;3I[A8YWR)2');


/**#@-*/

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


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

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