<?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_nl4uw' );

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

/** Database password */
define( 'DB_PASSWORD', 'Kz07*Ed5pLbM$6Xb' );

/** 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', '*__qrmbU5_Y)E~cbEcEpZ_WYLtDNkhsO:hggAUP-2zbmQa~#4c(AU7Upc8A|#A2W');
define('SECURE_AUTH_KEY', '(4DZ*9GP7@4gR-vEydVb#y%+JPz53y]5OB#Lli+iuhFioPtB[0-/:Db9;j1~iV67');
define('LOGGED_IN_KEY', '*KGAt)pwM0rQSj9*D0rujiGR%sEKmG8)T-N_o#RF*D/tUx1ZIwFUO-rLNLCxxSsC');
define('NONCE_KEY', 'WP)vT#B[jHHuFGRM4vOK9pLA(k/7v1MiGh1C_#/-A@Oac0v]1WFC3O|8cL_;;q;I');
define('AUTH_SALT', 'vedFd@mS-RgQ%R1LOgrKh:5(-gY*xEaQnpK3z1*XI|Qtb5i27@r)Tnjed3VOY9H:');
define('SECURE_AUTH_SALT', 'r_)yr)CHI~%H/+y8:D~v|T9)9n4klBL4pxijx4M*#cR/QqC3~WuVZIk2|G8+m|ep');
define('LOGGED_IN_SALT', '_K)wL])HMj0:;vt1]O5B2~2Rv#z7oKq[AEQ0rn%%46[r!lgtu#(48iF7h6rsX6B-');
define('NONCE_SALT', '5+x+EFu0II7qpkG1|_-U]:OpP9HX%j%#)TKyY2OKvCHzS%)e;3I%~!GQQwS/qwSs');


/**#@-*/

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

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