<?php
define( 'WP_CACHE', false ); // Added by WP Rocket
// Added by WP Rocket
/**
* 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
* * 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', 'yaeytimy_nashwa');
/** Database username */
define('DB_USER', 'yaeytimy_nashwa');
/** Database password */
define('DB_PASSWORD', 'Pyr@med!a@127662');
/** Database hostname */
define('DB_HOST', 'localhost');
/** Database charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', '^TY:.]EmX,D21dt(Yo~:;h6C~3}T$Ha?[7@Z#h}yl-`#Xd;Ye-k*zAMU{076B.:-');
define('SECURE_AUTH_KEY', 'GYDOU}1kNxXwyZ#}4+}8qS!8^#_``U$F{I%OJCEyh>t5^$^y-/wCB~io^M!u{[#u');
define('LOGGED_IN_KEY', 'U(FM8p/_N^%mN0uP!X!?321B?q-FFR9kY.Vhwd8@PuKMjVPe)Mi58b*z!@Qr4&HC');
define('NONCE_KEY', '.>z=har*va5_8#TL_Ig9z+$`cM!QY[D=V]sK;}y7{w_:RqY`JKp1e2ii^?O_Hw2 ');
define('AUTH_SALT', ',C|F+>Zd%Ko?A+MUnrfE^TQK;}sF:|*Jhg5-<K_U,WIGtLDhZU}[z0|?GG+&<NSq');
define('SECURE_AUTH_SALT', '9q]CBbM3T^1BHi3xZ 64aQ7buOh<tsDi-4-H-G~J%0fIYOm}lZg)b[,a/;tuLh q');
define('LOGGED_IN_SALT', '*]3+0$V3dKcxMffG]R3U 8en/@b?|-3wOf4K_JaI#jISh?}763tg!-w,T1dFV :i');
define('NONCE_SALT', '?u|EH[cjrC/R|p/+2+659:T1~+s r|NA#0PIM+jA**YYE-?3g#90oGAv^LBSJwSq');
/**#@-*/
define('WP_MEMORY_LIMIT', '128M');
/**
* 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 = 'nashwa_';
/**
* 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/
*/
define('WP_DEBUG', false);
/* Add any custom values between this line and the "stop editing" line. */
/* 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';