<?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_yiy1m' );
/** Database username */
define( 'DB_USER', 'skhata_wp_15r6a' );
/** Database password */
define( 'DB_PASSWORD', '?5y7Go6Klqrq^AoV' );
/** 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', 'A582Ooa&F[U4N~/!~|Cz*P;ufd2/oM79o+kx56*]RuVSD+J8B3g@9r-JkNuI/+-e');
define('SECURE_AUTH_KEY', 'x2vR&%TsG2C4Q!66TS*2!TF5JsIvn1%)R/So4969&%rG_xRrufpos[gK_L~~9AvE');
define('LOGGED_IN_KEY', 'd|pWkF9F8B(P181S%9_R)O)j1p[7T%A!3-62od0+~pY%8t[rpxgL#0j45c_8&-[!');
define('NONCE_KEY', 'y]n1h/zjO!C(fr69~*0y#gT#f5M~fM4J28x#gE8PN;G-l8:]8RJLvWKO@4c4@-49');
define('AUTH_SALT', '&4)z5)Er&(863:0tPX1T!|mM*&o8c;Y#1k(|#*eLI[@1(rg9-+~a5V&oV&G97N@(');
define('SECURE_AUTH_SALT', '/LsaDt75[&I1L1eZ1i9[sp4vcc(x[/~m[&%BAj1_30f8IR0:9)asyJ|j5Ec2k8KO');
define('LOGGED_IN_SALT', 'd3XH*V#ORj|%6)C6g3@]Y3*V]6j)A1EE:7sdi#3*LF!19Af]@&9+(3fK8jxu)qAS');
define('NONCE_SALT', '10|10u3/dn08WzlD+7*7X4%n1%6UaS79!y~X7x&I0ZbZdVPJBKC-;%9~uY06-gS*');
/**#@-*/
/**
* 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 = 'vMN3UghA_';
/* 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';