<?php

//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 cookie settings
/**
 * 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',         'XNd<p^ucT]rPXou]wo<FGG=V.=ESka0sz&ul4rY{ecc22=REll%hKz,XB:4wkItx' );
define( 'SECURE_AUTH_KEY',  'p[f-Vz:f9_-5nZH;$[Q8.7*kEV`Y_k%b#G2gb>=kRzDRul=/S)IlH.x+h.?s94CY' );
define( 'LOGGED_IN_KEY',    '{$J!.)p/>-JoWE6Y-_!vSv6(o6mS|s}773#@ 9)4d<i1Vr_~)^cvqQ/~H$Z*-@ro' );
define( 'NONCE_KEY',        'Ab /WUE3{%]j$Cc^@i%i*VfEv~-JaI3-,Q%1q5Z8(eJA[u(HR>`b21K9<_t,[pPL' );
define( 'AUTH_SALT',        '0gC>fUQCZ6cMn(&E5m?p<4~0YLuODG+d<b)DZ`nrH|Sa[i7O}O<++b5!G^|Kf?|r' );
define( 'SECURE_AUTH_SALT', 'ak8B$vU>mI*=_zYpMg1~eu]&v81^M,z0D>&hW ^>;|+y6.=Nz3iVoV?dV=CtQH#7' );
define( 'LOGGED_IN_SALT',   'hT5RABV_0UKn`J4&45PDoV/l~0yA9:._y)/r,]x.QnH&hI{._-H&r0~XEU;]hR2N' );
define( 'NONCE_SALT',       'EC9TeP11-S,zUVHC=Ms2+]UNvnT3xwUf$:r/v=,lwWfhg57poBYyx[=/yVzS6@F,' );

/**#@-*/

/**
 * 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); 
/*define( 'WP_DEBUG_LOG', true); */


/* Add any custom values between this line and the "stop editing" line. */



define('WP_SITEURL','https://parsa.mihancode.com' );
/* 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';
