<?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_2qiav' );
/** Database username */
define( 'DB_USER', 'skhata_wp_q8r8d' );
/** Database password */
define( 'DB_PASSWORD', 'dhSagc3!#4dT2*YD' );
/** 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', '8]J:g0V4vIUw7Z+:d_!67&t!:ljrq!DbRl%O(-:p#*a93Q2a7vBplr209[n4Yyh3');
define('SECURE_AUTH_KEY', 'WkWj0h;;z|v!Q9q4~9%LWg#0ic+&ROYx7z67l-]G(0EA%qM8+B&EiOnn21d4#3|_');
define('LOGGED_IN_KEY', 'L1vM9a1c6q2XlPH@U#K6#7:9U/6KoFC78EB1)x70:jpI_gM;30/:21pFZ[IC4:nS');
define('NONCE_KEY', '/(366m581jH7Mg7Rt8NU:Eo%n5(*1~eeEB2Ubra2+4JH71aIM[#F7+CB|2cPE[ls');
define('AUTH_SALT', '1|RT#Epmd+%Z;]3xW2VDrpLB2#FL/~8~6Z)|-cUXtTJ3CwR:HD7bMtlf5&t!Q)Ul');
define('SECURE_AUTH_SALT', '445Sby;N3:xCZT0i40*7@_f5]@@1G8&|rh0#EvFt~yLo~%Zz2+BU[L%;@2+2q*oH');
define('LOGGED_IN_SALT', '14PN)QnN08YBc%&Yf166q:(&n2Q6tc542_K9#VQ;7vBj0[z%w47t]Om6QI;[Nras');
define('NONCE_SALT', 'IlxU8P[10]DOjCk~M/[i|_TT218-:r2#%VzsDdFK)(15p:13N%QLm#Zn|(!7B3Ya');
/**#@-*/
/**
* 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 = 'UH7R9F0_';
/* 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';