<?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:
 *
 * * 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', '1xv0#b]|@;n38FU8xy3ey6bjHm69y1cf2R-o:%I!)8ZspUJ]H;9RH7a2YSHr%%E4');
define('SECURE_AUTH_KEY', '60Jwt)9C9t39eUUeOGH3]0p)8-Q0+Q6i)uk*m_c-x54[[~tdN4cQ964Kuy3EpTW9');
define('LOGGED_IN_KEY', 'hV71S/r;gc;IwlXEo1U#s~467aGA|SPfV|(]psc4543/E8jc#8kD~)kUiNj276/F');
define('NONCE_KEY', '8m8/A-I5@3#RscN@q1#gD@6fe3j@aaJ3QM7*b@pl&j9[376PQv7-2q]LqUT@1FJy');
define('AUTH_SALT', '6|*1z3MXbPZ&oN8|+jiOv%l(Oq6g9U~8W3s3f+0*]fR_TD#3%9g6W73d0t~lvyz:');
define('SECURE_AUTH_SALT', 'p_4U%U:6Ol2Onq23af1U2Wl//2gj5@o18rF1%09L9/5oaTGoa28e-6z/]RQ3h|U6');
define('LOGGED_IN_SALT', '4]5LaTn)+E0IIg*MH-9Zi2Kix]f|+N:8YJy]56i6~(s]3N7Dty5;3Azd~_8w-#%~');
define('NONCE_SALT', 'e5c#8&:k&@Z|]XB1l))79E%]t7w~w_P*sU38%]#&)ws[|ehC+x6#W2Pd6:)5CWb9');

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

if ( ! defined( 'WP_DEBUG' ) ) {
   define( 'WP_DEBUG', true );
   define('WP_DEBUG_DISPLAY', true);
   define('WP_DEBUG_LOG', true);
}

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