<?php

// BEGIN iThemes Security - این خط را اصلاح و یا حذف نکنید
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', true ); // غیر فعال کردن ویرایشگر فایل - امنیت> تنظیمات> ترفند وردپرس> ویرایشگر فایل
// END iThemes Security - این خط را اصلاح و یا حذف نکنید

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
 * * 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', 'dlmusic1_dl-musics_db' );

/** Database username */
define( 'DB_USER', 'dlmusic1_db_user_con' );

/** Database password */
define( 'DB_PASSWORD', 'eoE*6ccmf3@8.vFlN93XqjBF5$v8S' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

define( 'WP_POST_REVISIONS', false );

set_time_limit(120);

define('WP_MEMORY_LIMIT', '256M');

@ini_set( 'max_input_vars' , '3000' );

@ini_set( 'max_input_time' , '120' );

/**#@+
 * 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',         '^i}3|t!0iX!GT(n_Dx2b-S[Vgg|tO5{w|:2}Nj7;qYg~G#:i;.AFhZ4gYe}qA A;');
define('SECURE_AUTH_KEY',  'w:vHj-/J,2McS/19|7,OLoWr-e!*)4qsOcOln#.(f-}o|h?i h/`?>@ vucfHH~]');
define('LOGGED_IN_KEY',    'L3RO0<nhp($=mht];G 8a)^?e^<:j?0+A?_kWSL%+78a*3lnS&4CDV~kGA+kv`51');
define('NONCE_KEY',        'S7L`myR{;Zngy`/r(+a1Ys+6dQ#?W`2[M6acVF70YwNHkA+<*m^(`<I2}*n-495k');
define('AUTH_SALT',        '-d(m+:C^|+bxLlzSql}{Q#N#9|S2@= rDc;owVPo{r.+0h!D3mb:}txSLAmC>P~C');
define('SECURE_AUTH_SALT', 'd|zV.96w9s$`Kuu1}x0M>d1x~;$$Ej9sNi[2/Jk_UC#X6~UX6)@-y*Cf&WVAh?rC');
define('LOGGED_IN_SALT',   'WzO3+j:%{-)r$g+c;L;V!|kjZw*Mb?>PxV3D+y81N;hH+0pa7(-m/#MUMvhP7fP2');
define('NONCE_SALT',       'g4RN!yjQ)NTdJr#!skjN[!5&Q KB=W=J/ZZ<FfLTM|=T#u@^}3E5i,R|0]o-tM9h');

/**#@-*/

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

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

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



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
