File: //proc/self/cwd/wp-config.php
<?php
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 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "atiscoir_aco" );
/** MySQL database username */
define( 'DB_USER', "atiscoir_aco" );
/** MySQL database password */
define( 'DB_PASSWORD', "9nc0k4Xvn" );
/** MySQL 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', '6zDZ(T0(P73/c{m(uL01cUU|*hONU+?)@ hbx#lWq?uYP 0[mUjRr.W21:1zN*H6' );
define( 'SECURE_AUTH_KEY', '*HS{vT4.?4[_.jdk+sMDl3 0mA/eEg=o$Z_gTrX0%,^|eMGRwFZ;0#&~>6kg2edd' );
define( 'LOGGED_IN_KEY', ';kl0}Uf5gkB&T>8vQxms CBDbUjwzBWEezjLz0qm+qL24rUQbBa8B.|6X0P{nHV}' );
define( 'NONCE_KEY', 'MOKN1#F1 ?RQ%@9A)vl]+wSVD4@* ~q*]ToA.*]ztBv0tc.DjGaRPVbVUT^;cFIE' );
define( 'AUTH_SALT', 'NxP7HkgJH`D[dYLuK:+xezqW&8pp/|MWMt#gR99hl}@Bu`c^};14Qm<#xP(Y|9om' );
define( 'SECURE_AUTH_SALT', '[XbYioX$h[].h`;ySHSNRbNXt;&8Cr/ #>5)Y}lN6gF_slwXO)Uf*e1yk^:HA?~X' );
define( 'LOGGED_IN_SALT', 'jXmgGwFWU^M@;<%a04&,5TfpZqFVx]Ot@`C_4.brVii#~x[PKmTEW7vuCOW $Y]1' );
define( 'NONCE_SALT', 'pn~AN<u&V`$,6bUWB-*Ab-V.11TG7-+)p-) @X9[: -5H]B<6$l>G*[G8Cp<>8?(' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false);
define( 'WP_MEMORY_LIMIT', '2024M' );
define( 'WP_MAX_MEMORY_LIMIT', '2024M' );
/* برای نت ملی از این کدها برای سرعت وب استفاده میکنم*/
/* تنظیمات مسدودیت درخواستهای خروجی */
define('WP_HTTP_BLOCK_EXTERNAL', true);
define('WP_ACCESSIBLE_HOSTS', 'sandbox.zarinpal.com,payment.zarinpal.com,next.zarinpal.com,rammehraz.com,zarinpal.com,www.zarinpal.com,gapify.ai');
/* 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' );