<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'F4h8ocw6w8C6qYvT2u5SYyWfgKrVA39tZTLROyUNtZEwYa8i3AgOOOLYMBLGAWEa');
//END Really Simple SSL key
define( 'WP_CACHE', true ); // Added by WP Rocket
 // Added by WP Rocket
define('DISABLE_WP_CRON', true);
/**
 * 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', '' );
/** 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', 'utf8mb4' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+fa
 * 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', '22d+i94/n28qFe42v|0()##Sj|D]|~No:YK46Hys(ph4Nm0h32ui@2t8fHiux%s]');
define('SECURE_AUTH_KEY', '(2HZB~6OH3TK]Y!&6F;C~(tFdjdrE639D9H%VDn0X2VFK;2B@9OF1uY_BIdQfuya');
define('LOGGED_IN_KEY', '8wwh:p#0CaO)CVQ4C746ya8[#o22c2%m48K5j0Y2]1y[3~Ygc8i6oV6b!xh76K0d');
define('NONCE_KEY', 'y;wtGIG-ET135S*A]T80X[;;sbYqLP8C+T1TQG6_N)2DPt7%@5b8or_34HD[S2eJ');
define('AUTH_SALT', ']/AFb(qp9]4@I0DE5KLSC03]~z_R/tO5U;4Z:G-!]aw87AYzi87I7K*lB2d9+WjA');
define('SECURE_AUTH_SALT', '2_U//rdierR#)e2Gy]10VRel4iwYhsi9i~m#T90:VbFA@akq1[P8P!P*Xwl9YUsB');
define('LOGGED_IN_SALT', '9U1WKNlW-vks65020*b5+Xu41Ng@~8jtY4zQPlE;WcM@y[_;:8QUns]cD)T5mT[e');
define('NONCE_SALT', '|Ev/41k:[979i0TuT|7DMVQ)u3f431u)9vQW77*~%S3z&@nVj4+;z-85:4o5B9;7');
/**#@-*/
/**
 * 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 = 'wp_';
/**
 * 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);
define( 'WP_DEBUG_LOG', false);
define( 'DISALLOW_FILE_EDIT', true);




/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_SITEURL', 'https://demoes.aramis-co.ir/spare/' );
/* 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';
