<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'M0rg2x8PDUpsG4VBThaTYq1a968fI8fAGZelA4UvdX1dRWvtBhu4SNJJFuLna4eJ');
//END Really Simple Security key

define( 'WP_CACHE', false ); // Added by WP Rocket








//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings

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

/**#@+
 * 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',         '6HF1tlvMwJW7SShK]oqf1%&}*^I4EkP789t9@A#LWi4EVe71j|qg($-cN>YI,ACe' );
define( 'SECURE_AUTH_KEY',  'DH/j3!!`iAI;hXZ[?Z&gw-X2KMM:yx*wCvZ?(7&u0pM$~|QDp^?fT<2oRUFm+V|n' );
define( 'LOGGED_IN_KEY',    'Xh$))ujj|Dn`B,ocnN=Lk){MPHKCxUJ3|Q2wEFhuqt;xy@,s(vZo:Hi3M^4OpKw,' );
define( 'NONCE_KEY',        '65.8$G:A)C4w.ZfFm&;Wq1as:8G>IU6<_j;3(&q)HND--ZAmuM$]JA<CES9r=8de' );
define( 'AUTH_SALT',        'y-{@ln._ iW(gX)9|$O4Wrj_>0}c/|UeYB4FjxcX }e)0fg-M6<3`lB3``,r3O6&' );
define( 'SECURE_AUTH_SALT', '-Fep=#x]>&7=O@.DEprSbIn:Gd*ds#{Al;op&`R[$,&[Do=fj}rj>2n:9PkhPVbZ' );
define( 'LOGGED_IN_SALT',   '/@UD.b+5dS$6#2H{Fy|x/ssCK3OsVmn<}B@!Qo^Y1+@H)OGeT2rNae=%KoJXu$4r' );
define( 'NONCE_SALT',       'x_2K812ETdSC?Nx3:HJ=CY]QYA7GPeJo,#2PB_ l5+P/v*NRo#6NVy(1Z *a,D8*' );

/**#@-*/

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

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



define( 'WP_SITEURL', 'https://demoes.aramis-co.ir/wp-gold/' );
/* 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';
