<?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', 'skhata_wp_j6nia' );
/** Database username */
define( 'DB_USER', 'skhata_wp_mdvoi' );
/** Database password */
define( 'DB_PASSWORD', '6Grd&ul_9U1qtQ&w' );
/** 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', 'M5nN(X)bU0s55xS!3rg3[D|Gn@z6dhYsj5qZfo22X0(*:]555zqTaQv*54d-:ZK&');
define('SECURE_AUTH_KEY', '|kWWrS3U38X7z6|W90/Y9QmZQ8o4+!L09~NJfy)D[/1D91~8(i00RhZ2C68YxvV]');
define('LOGGED_IN_KEY', 'agJd*Wr]v1MAtwNcEv96z0I+r!1XUQ+U#@Lz10&k&*w|6u:9y&I~47J3_q|m40o7');
define('NONCE_KEY', 'X4(xxt_4;+skN(VIOl8RN6-2;WwK85]ycYS*d4E0L)2V|iK7ky;uG]5Xg!|G6;(!');
define('AUTH_SALT', ')lrgX2g[61K6z3||2UE7wXN0m0l7eA+(I[U798z%@u+DN&*c88[]s0Ei773f!bci');
define('SECURE_AUTH_SALT', 'R1O@5/N+g419nW&6XO3Cl-vcw5nh*Z51dqW[O2(:f4Rs_Ejhv%PMA3e]|(z-#+D5');
define('LOGGED_IN_SALT', '83Gv+QS&[5[3E10[v!Ao5k6]Ti|5T|lD88]e7)9q_#q#O01V:a*UUCOb4ERW4sZ9');
define('NONCE_SALT', 'M-7TY~y(4jE4Vi7Ez87C0468U~4_eKh2S+/nK%0l)L;0mu7X/PZxE5;7to6Go36Q');
/**#@-*/
/**
* 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 = 'MYErH_';
/* 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';