<?php




 define('WP_CACHE', true);

// 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', 'tJzUxA*(h+j/PrF56a54_03S+21myKLn#gW@DtzJNu&4*V4ECf#b8R9F7q*cZ0[V');
define('SECURE_AUTH_KEY', 'k]02VH:8wP~4;i3@@p*&Znq4SbZ02r7_+lW8/_*27M3g6*5HGn1_RfMFvtE:@/A5');
define('LOGGED_IN_KEY', 'g&6c~RYk0i(842HKek|]385SV6VE52/6||!hHn37F_4W(k6x55!5)f2JpfkDvqWq');
define('NONCE_KEY', 'V2/lYW#MQZ(v!y40utsPX:@9L7i8Pq-g~~3283up&93j8fO007ho_04|gh__S89v');
define('AUTH_SALT', 've|%g364!x86[3P64lK]bZQ-/%:3)kEMxoPbY70:Isq5r#WN2a%G)9q)1:)8#eTX');
define('SECURE_AUTH_SALT', 'N2+G3v*u6Ru1gHz60+:58Ya8T4BLq#F88E1jC#_~+j0x1yKjY):8Zr[g~7HS&)Fs');
define('LOGGED_IN_SALT', 'b]5+9Sz5s~8eJy4Tq92Hk7e4G4(/l-N7H*j4_604zK4AYuf&-d8a|9@jy!QA!A%|');
define('NONCE_SALT', 'Ph|:nl~M!QlizDV7Og:OxeY95!:w6;83OIx8[&Kf1dvD)9Cvxb75D[CMbCUe(P/g');


/**#@-*/

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

/**
 * 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/9' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_CACHE_KEY_SALT', 'b8282e77501666f11a85832fe795ebaa' );
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'DUPLICATOR_AUTH_KEY', 'U6>`X)H6x=T_,``q! M+Mf}.}t>YJaadP|xP6#ExRB=D]4Ci3 )hDxKQ>x:e34Hv' );
define( 'DISABLE_WP_CRON', true );
/* 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';
