<?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_wm4u6' );
/** Database username */
define( 'DB_USER', 'wp_jstjy' );
/** Database password */
define( 'DB_PASSWORD', 'XCrw3*3V%q~Z76cg' );
/** 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', '4z1kg%r9h)@j@-f7-/[:u(yEGG5)a#QH4rg6Gy%r8E/;uw~eXR_5cF9d~:8uQb%c');
define('SECURE_AUTH_KEY', 'Df;(f:9ln:17&qI59k89LK7Jg42277jTb78h-4JMS#f@tCtW*([5JK+12ll@E9PA');
define('LOGGED_IN_KEY', 'CYT7c9P76r@8K[@0P!jLoo#3ip#]Zf~WZ06;s#nS16]ca3m*72#7w4EL+)DdJ2&]');
define('NONCE_KEY', '~Dpn8&fL1kW:[[bAif1+!#f7YpHybxO(n(3B&0%6j#A3&Wq:8L01TOtY&o3552EY');
define('AUTH_SALT', '5@55k8z#-NTED[~U9Lqy6;19||ImC4W*K0-8E97IpL%2Bv76|)@j0l0K5&7e+27~');
define('SECURE_AUTH_SALT', '~;1/@3e2D0bAndfu:~t-E_583G|o7i*)_VS&7W|39ydy[-|EpXi/g6G-ZDA;H4J0');
define('LOGGED_IN_SALT', '~k-58l(QZ(4Xaf4-LZ0SC9&)f58QhY;m#D%B0x3@2vdX55L|-Jk1Gk9nw2WM~k6H');
define('NONCE_SALT', '@-ob!s1gM)3r-jQ*u7s1:%9g[0s9k%/Ro7l&/+k6&g4];L2E_4caQD7|/a;R3/KM');
/**#@-*/
/**
* 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 = 'yUjmv_';
/* 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';