File: //home/edtir/public_html/wp-config.php
<?php
/**
* 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
*/
define('WP_MEMORY_LIMIT', '512M');
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "edtir_ordobadi" );
/** Database username */
define( 'DB_USER', "edtir_ordobadi" );
/** Database password */
define( 'DB_PASSWORD', "EiN@\$QeF*&&gTR^9GGgH#@%&vPP4t3]BN_h" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** 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', '*xQdyKq5Zse]q&ro7#G[jmcKTec)$_+~Gh`)kfmMP<PS09~4~cZ3Ke5=#@)_/#3C' );
define( 'SECURE_AUTH_KEY', 'SRER`(C%pl:DW@8HYm(SO~deS4z[iGR|X~Cp|l4t?R<h{1c>s,B`q|0.O1sD7jr|' );
define( 'LOGGED_IN_KEY', '`]w?2}6oW]Se7, lc&K9<.ln{<VnzIl#4}MydcC8/{]~1eVw3)Vk4 Don1n@S&(i' );
define( 'NONCE_KEY', 'ZNx]2WfO>K-@GO)D#$tb Ay|)N8aK(-VF^^5&sp$&SrWgKVBYy!ja %%?WuF~+-c' );
define( 'AUTH_SALT', '8q.psq,-*P@ivH:G56M*9=Iz]NNs}4+o-Fpt`CT#GVn6~Xg5w;B>5O>S);V=JJFc' );
define( 'SECURE_AUTH_SALT', 'G/6g|NA )<{qN&G{w6iZoa#r=A.(@!sfny*H,!d{=>G4=B`Q#l7k.Iv5BNHHV_Hd' );
define( 'LOGGED_IN_SALT', 'MA#.N5p4C[Ao{znc[m=1Km51Leh4;A,f2FP/qM|=F{.F6j[O1wWK%}H>,U>3FQ$_' );
define( 'NONCE_SALT', ')yp_Twc&QCTXJw8-QUtQrG$xn/{2weA:*@VKP>Pzp{jX$B)^GaGZF8y5E$ MTvoL' );
/**#@-*/
/**
* 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', 'http://ordobadi.ir/' );
define( 'FORCE_SSL_ADMIN', true );
define( 'COOKIE_DOMAIN', '' );
define( 'WP_TEMP_DIR', '' );
/* 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';