<?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://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', '');

/** 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',         'PYJAaJG2V*Bnp(X3<ylXv*I~29cnJ^22w0 =;Pn-EmufMlLsy`y*IB/a54&yQ`w3');
define('SECURE_AUTH_KEY',  'O,&^kPM[!>4nM>>jxqC36)PCLQUC5VPZRv=}x_3!?H]nA@1y2/G8li+b@;2cqM15');
define('LOGGED_IN_KEY',    ']E~co]:LW@}cszND;DJ(NJ|o2|rgSCC4@KFu`,M|VHtYF)i]6<Q0+S:9ye_kbK>$');
define('NONCE_KEY',        ',ghjFmGS=ae&u2yeh6nY6G@*%0V+jq>%Cj#kP=6a$sn0KO;3:u7Gw?OpO!o@jn f');
define('AUTH_SALT',        'cisCUW)c,C4qZk(g!V;)#a1hhbLIQFK3Il$Y#_a)0YPMZD>ja-H]%I6OyoJR/SRW');
define('SECURE_AUTH_SALT', '#Xz`)BFR+vdDK1CBYA)C~]B&9>^c}[ `tkO]RRwPy+ EB_U=Y7Xey1+Jd%](CF*!');
define('LOGGED_IN_SALT',   ',E;A*z;J$bIS759u~PpF6YHLt0^A A2RZXBJ7QETgL,HpEwzaJCb72Is~P1^1brZ');
define('NONCE_SALT',       '1Z$mDE2}5$T^$52)sDW0M7wU:*7UVmz+F4lV<FJwKDs+,h9(JAz6i82YGP&Soh3t');

/**#@-*/

/**
 * 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  = 'qnvrc_';

/**
 * 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_SITEURL', 'https://demo.iranavada.ir/modern-shop/' );
/* That's all, stop editing! Happy blogging. */

/** 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');


define('ALLOW_UNFILTERED_UPLOADS', true);


