<?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:

 *

 * * MySQL settings

 * * Secret keys

 * * Database table prefix

 * * ABSPATH

 *

 * @link https://wordpress.org/support/article/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', '' );


/** MySQL database username */

define( 'DB_USER', '' );


/** MySQL database password */

define( 'DB_PASSWORD', '' );


/** MySQL 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',         '=8wbx4;}rlpaN@}k/9;IXm^Ksek%0C g9/pv&?j$r:A[E>n8-iL6o01}A/Ji|I~;' );

define( 'SECURE_AUTH_KEY',  'Rf*-})D3xuGfm1czp08FaGa|QN0oOy?j8DAfprBxn9l3)S}=fYG!B]]/ANri:{2S' );

define( 'LOGGED_IN_KEY',    '9-pX4/{Y(E[|Lv< !R2m:9a},QM4%7[-_kD-[l]1fjHD?J}*s(NV,`*Ol8nG+iR;' );

define( 'NONCE_KEY',        'ohu<=7.J}i>T(I<^U+wiL<zXP&^(RD6=fg+oW1b,tx,|A:6:GD&DY<=r&I?uZSz2' );

define( 'AUTH_SALT',        'n>lJ<)]C]k*)3@)YZNZ${?^_!HD%{2zT1vO?NFY$rQ+s>yZjTZ.,#TnMpD.gk0.$' );

define( 'SECURE_AUTH_SALT', 'd5)a9hs^3XAr.$8_]EFqEqBUN`/+X?x%r0_TKI!!ESI(.$K{-9Q4f5$ayxH|owwB' );

define( 'LOGGED_IN_SALT',   ' #-O~OWW`6DDoZ3]Mh{_p%yZLp|F T_LJG4`k5?FV[tX@;0eQ<D0)KD}]CmR,Lqc' );

define( 'NONCE_SALT',       'iL9e]rp<URY$7p0#|^+DJ#f!M]OPNL&wQ3(1u:z6/ lvkp#RE1Tgv`k0|reljic,' );


/**#@-*/


/**

 * 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', true );
define('WP_DEBUG_LOG', true);  // این خط باعث می‌شود که خطاها در فایل wp-content/debug.log ذخیره شوند.
define('WP_DEBUG_DISPLAY', 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';

