<?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', 'iliyafa_iliya' );

/** Database username */
define( 'DB_USER', 'iliyafa_iliya' );

/** Database password */
define( 'DB_PASSWORD', '6ht8Cdc17g2kbklJhlrL' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** 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( 'WP_CACHE_KEY_SALT', 'Ur@{w=n|SS4,u-`ORUQ}cfuOGau6r&8rD-2`0Bk`NYKzH,6sv[/ QHXkN1E{WP%5' );


/**#@-*/

/**
 * 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!
 */
define('AUTH_KEY',         ' Pm~D*9|p?z`#ii6cOkaV1YT-jvG.6Y71D#L@U~)$TjZ|Y^F|[Fui0U7vr<>e ');
define('SECURE_AUTH_KEY',  'nf[l}V(_-o{s16)nLt9Zb63-2.OjYGLmaohX[UO!QtotaMi?Gr+ 2m2)uIf}437L');
define('LOGGED_IN_KEY',    'uDc7:H=p9%|y?T?F*,|%^`abv`#[dhx}Xv]IQ-f61R%j-Vl@ftrk,)|*4L3#H|-v');
define('NONCE_KEY',        'w4cNBW&JQ#@Eoiu=Ipx;$table_prefix =c:2p5J->sU6Q`^3h.jR_ b$table_prefix =CE=,DVT{w1TuZAQH-j');
define('AUTH_SALT',        'DzVK=m;#dt0e,M-5BJ6^WmJ51&(WjZvP(($q`M+Ba.ys6o.FNhM,xPd+!.Z/|56U');
define('SECURE_AUTH_SALT', 'NXbh=&x~=%i<U5JGR6qdOfRP|Y4j|6c-HA:`(8:Pj=%2>,-O9-:2mq}&}tOX2p|W');
define('LOGGED_IN_SALT',   '~=w|qcTCX6Y_[uK;+<`UHup2xY>~p>A:p7q^}!6:#lVl}fnS%M6+PCsi -A?r-)e');
define('NONCE_SALT',       'Aj:cP@#u%Rb!0<KNlhAY8;n#U(Yiy7 J%{3i/B`;Ai^PxF~98{EA^%T-8TVVB%(M');

$table_prefix = 'il_';


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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 );
}


define( 'DISALLOW_FILE_EDIT', true );
define( 'DISALLOW_FILE_MODS', 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';
