File: /home/drjorjani/domains/drjorjani.ir/public_html/wp-config.php
<?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', "drjorjani_asdr" );
/** Database username */
define( 'DB_USER', "drjorjani_asdr" );
/** Database password */
define( 'DB_PASSWORD', "q3mK8JTwEENGz69ndk6Q" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'latin1' );
/** 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', 'dvX1%_bR4GE!Vy7_LLp3s4uA38FI:3VDQ7Fgu3nV9M1Q319O~q3K7@c]/~okr8Gl');
define('SECURE_AUTH_KEY', 'lir9)G!LJ1~EVJIjX!NmUs35A5F))n1G|5h[aP&az7lj]mn6d-]983:8tr0i!3X1');
define('LOGGED_IN_KEY', '+So2!CS/8yX(5]8F+B/jp3hNbw6!x~|62*222_161CuIy8#V)g%APF5P3p;ufIs4');
define('NONCE_KEY', '/0H-KBnm|0G4/LyKr]Y~9THUej[EzRME*183j6&p0tU5][jRb:oAd~NOn16U]_2J');
define('AUTH_SALT', 'Pc_2953vK~8Gt6_7nP&3fN4Z3Eho7-~+9T37)6zp-Lu/]tYJK8V-Pd62]6ZbX#yz');
define('SECURE_AUTH_SALT', '(9LJ-K*z46F;Qq/@l]oP[Vd14K9][164VQ~o8QM3nfq/Y-2J!Tvo8|Lj/S77ozI&');
define('LOGGED_IN_SALT', '1;At;15#q6i7up4s:H1IgMK7RyX/((_BG4NtRjYZQJ%@w9[uzl8U2C3Kf#Ie[h]#');
define('NONCE_SALT', ';r99a1EJ0*~~9[)OQ/O9x5j8/4%h2jYQuj1W*#15OQ!cw8Xti2C[6@G0Gl_Oji%@');
define('WP_MEMORY_LIMIT', '4096M');
/**#@-*/
/**
* 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 = 'jQxRs_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'WP_DEBUG_LOG', false );
define( 'WP_AUTO_UPDATE_CORE', false );
define('WP_HTTP_BLOCK_EXTERNAL', true);
define('wp_http_block_external', true);
define('DISALLOW_PINGBACKS', true);
define('DISALLOW_TRACKBACKS', true);
define('DISABLE_WP_CRON', true);
define( 'CONCATENATE_SCRIPTS', false );
/* 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';