<?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_pvxhy' );
/** Database username */
define( 'DB_USER', 'skhata_wp_kh1hr' );
/** Database password */
define( 'DB_PASSWORD', 'jBf#$8lIY5Az^TL5' );
/** 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', 'D|B;bh6Pf172H2))3d_|7+h&+859@id1|t-vA@f55:r8T)+Nwaor9/WQWE_i2:md');
define('SECURE_AUTH_KEY', '-_*5g1FD1|u5@60rG|5P9~z427!q&44]14r7g]+rf3E1HZB3e0UPFceLm:h4Qy12');
define('LOGGED_IN_KEY', '7n-HG%#OU~m3*vGq#94&eK/o4L6nE&[18cY+0vCRG-O7(YB*Yqei7y4N1P*3c1e)');
define('NONCE_KEY', 'MVAm6**#!t;0;y)FZ3R2X5T08HzXTaM[t8)|46-B5j9i[dx;QGa3b(_7b0I)(fZd');
define('AUTH_SALT', '0pY0jW[iA#MPdcJY9Jr2u2HX+eP)Bv9u297wHF]68IU(6u7pw4M3:#2(eg90MrJ6');
define('SECURE_AUTH_SALT', 'A(iMc7x_@4R335pk&XdP(3)w4K6*n42(t|u4o5:9-0ZK7dtV8229gaBrU212c*6z');
define('LOGGED_IN_SALT', '2_|i+7cb+32oB23m0:w3478~~[!0Nv*ebQ#jMy#U33O@%%B43v21HFFj!kznx33@');
define('NONCE_SALT', '2-Lt+N[h&j8F(tkm0SU47nzAR80jl2oF2I&OG#W[[54NdG9CKgBn03I~I:Ip:jb1');
/**#@-*/
/**
* 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';