<?php
define( 'WP_CACHE', true );


 // Added by WP Rocket


 // Added by WP Rocket

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

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

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

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

/** 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', 'F)h&M~;3%P;gf6HdT~1LMD)4~a6!z(Lzs0~ck*gfmi%0s_P(0#(72NN5D:6kc3C(');
define('SECURE_AUTH_KEY', 'Vg[*)1w/2W9ZYKA1kMv4a&92%0GBS5T:gA4it0yr)_lN07C!Ku3/f3O6_8efN4@1');
define('LOGGED_IN_KEY', 'y)_9wW9q)M31vsLB51_15S:qN-Sb2H/3Hc2oe2isI338hm%1qc]H(d]!h~&%RMzV');
define('NONCE_KEY', 'PD7k%SvVGN99E43Pc6184011)Lm8|M]x@m4747zlb6]+5/Y;;)kDln/zEJ]X*N1v');
define('AUTH_SALT', 'r2p2;%36|wELQ5wfP0USC~-(k622)qkK*Fh50&dr0-2Qxg*r:i6])xniw(E(LdG~');
define('SECURE_AUTH_SALT', 'EwA|5eG&5I#%[~)G6_d54|7ypp|Px(3&7Uzi*P16rw*Y8(d:x)9Bx1vv!0oj11f-');
define('LOGGED_IN_SALT', 'I0dA8n6eY)wht:3O3;zk5GqgX0#GtQ%*]@cM1RCv-a!2c1#9(A#KAuK**WU1v[aZ');
define('NONCE_SALT', 'kbk4A%ei#)7E02V~!I(72lsks4M7/8o2onM4;4317rmRXgU/ljpcTf*_|;%/x&#2');


/**#@-*/

/**
 * 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 = '2NAAFuPd_';

/**
 * 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. */



define( 'WP_SITEURL', 'https://kaveh.moeinwp.com/1' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'DUPLICATOR_AUTH_KEY', 'J=&!FY35}}~o_,VJjHV:XP,[fjKQAf{?^V`,u[52<Mxi=dHm+xfOHVgWk.)Cm3dh' );
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_CACHE_KEY_SALT', '52cc26f76e790b43caad13b717f9fb86' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
