<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * 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', 'marziyaint_site' );

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

/** Database password */
define( 'DB_PASSWORD', 'wcapAxnxJpxT' );

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

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

/**#@+
 * 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', '940Leyp4)*a92A50(2uc19#arPu#M2G+9%vyOh@zmY0MYiGhQi92P5!fL(]71p]e');
define('SECURE_AUTH_KEY', '_4x9pg!]2:e8|]Q:|~|A/8&9ljnk5#0q83G*X9*4NZ8*t3h9I4~Wp5YD3!iU67#2');
define('LOGGED_IN_KEY', 'F5LJc~i+)TJvtXtZ_Vs277h5RxOM45nK0!1Q+U818wd94|GkJ2E:jPt:N2|d5%7f');
define('NONCE_KEY', 'vC]2g[K]l0+9:TKh6E49*5JMvJ-!_-0eBRz*;LS!!)2x7JdL))8&cbZ*/2_BX#P4');
define('AUTH_SALT', ':Fm96P0_)S]ka96L8026ms;34y-8u354Aq!E+0+9%/zZJJ2y&3%iF*G*5c#Lh#S[');
define('SECURE_AUTH_SALT', '1r]I~]zOR6n+*7Lh|XNLLcO:tCX@5(%i[PC)r-NljW%D89gh/C_n6X06A@E1qb0i');
define('LOGGED_IN_SALT', 'G7193miak[)n7RZ6Rx5W+-5T#4rRSio~2Rl3sK2sS1d*jU1G[+TZPi7&30+mpUQs');
define('NONCE_SALT', '/nz*zClv_5RIp3-p4L43Y(k|U8ELK+G2U-[@w4/0Le:!~4OrFQ0A;Mn-S1&98GC6');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

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