File: /home/leoir/domains/leo-co.ir/private_html/wp-config.php
<?php
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/tmp/');
//Begin Really Simple Security key
define('RSSSL_KEY', 'fRTbyppBtOg1eUqDcl1goEbQGVEGgZux3gWBa8O8WsZ36B0LsRjKHbWJbJaQOsyn');
//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
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'leoir_leo');
/** MySQL database username */
define('DB_USER', 'leoir_leo');
/** MySQL database password */
define('DB_PASSWORD', 'Sportage2018');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', 'h/yaP:qS=Ddja;vwX:G`Pq>rlaPdjI8/~h-r#(Pwy$I.Pu7~qR#I:q[1`ne*N;Gv');
define('SECURE_AUTH_KEY', 'i|9&<7#lmR)@ST*q<pGW;>0g[!L)QKpKA-eq[9JM7ssa+|9,s)#bT(?G.fZ+R6sx');
define('LOGGED_IN_KEY', 'MXg2>Fa(}5HFp. >C0N p6`E^-&8>x/|}-*&z!rNB$.p$N?qO51N#.ZO[pgFC8yL');
define('NONCE_KEY', '2}x{D60<5leX$b7$AG:sJW8,UOU~)NufmBp(k!xWZoM$.1DggC,,*?piKSZmT,*(');
define('AUTH_SALT', '<(ZfB&8v-}]Pd)iX{L=k!D[$9?9(]db8,l~&W2E?owKAaf+^cbD{sYv3fB|W $f ');
define('SECURE_AUTH_SALT', 'RBi9qJs[{|2)4VVP4o:ILr/+/K/`o9dpBND0GF.-gi4s$fZPW=Xvi@w6?:6UTQ{:');
define('LOGGED_IN_SALT', 'tzq8=AVLuK53k8RgOAzB@r;^Tks)T1|;d4N-D&9UE<`f1^pt1%5A8qBg%?{D}q`.');
define('NONCE_SALT', '0l*4-X]W.]9ohA4jYyY=8.y-|i>d)Vz%HUx}Ai!F;+~f#k&wpU bBp-YXT-J?<up');
/**#@-*/
/**
* 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_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* fa_IR.mo to wp-content/languages and set WPLANG to 'fa_IR' to enable Persian
* language support.
*/
define('WPLANG', 'fa_IR'); // by http://wp-persian.com Team :)
/**
* 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.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');