<?php
define( 'WP_CACHE', true );

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

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

/** Database password */
define( 'DB_PASSWORD', '?3XkbqS5Nk#Sty6P' );

/** 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', '#gL]iLt3*ev1m;N]%Ide@o6Lv_OKUWCR2/j~rK+oOUBoNqD8;0Hke1i%7By|INSl');
define('SECURE_AUTH_KEY', 'r8)w+%S[C:ifJJi&~@NUI;EO6hq1ea89IE2XXtj[1Wb*5Z|P2:aqweh1A*%PZtVu');
define('LOGGED_IN_KEY', 'ag+j/m|VW0&wckNhTm:9Cy3UzhQF9s5R3V|~@Qs)@1D|yg[KNZ3s~_OJ;e:sVB]z');
define('NONCE_KEY', 'j-ziHvd[V/!XpLUqaVQXkum(Wf]1q9C[FQ#kZEu]vNW@1gM|*)V&ieVqE[uE1ft2');
define('AUTH_SALT', '@4MDlP0uog%|ziVo[LvYt20S06(12F~91g1vckso]eaB#*7UX/skV[NMb5u[PMt8');
define('SECURE_AUTH_SALT', ';M|vxMX!vED|8pIdli-1+)2Jft4zWFi]JZEn&!Ewzbz(I8AQ&Ovhcg[FkHCM6l9t');
define('LOGGED_IN_SALT', 'L:j7pdusF9_-laF6EFv5dGVzm6415:ob1WOe*uF|A]/TW33v4|HM@jd_E*[tF2sv');
define('NONCE_SALT', 'l)I-s-s)&k2yH1d6EOIsdWEu:HXdC:qrJsbgZLfl:kYR[69VLvm6yKE;qPF6fV&J');


/**#@-*/

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

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