<?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://wordpress.org/support/article/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', 'wordpress' );

/** MySQL database username */
define( 'DB_USER', 'wordpressuser' );

/** MySQL database password */
define( 'DB_PASSWORD', 'Hsw{*SQSg<G[M6"S' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         ':kh0q5S|ItLdzb/$sGo#Cf][=DBG)5.qWjy&hRKR!w]xsGeX.VeNuX-gkE$-x;I^' );
define( 'SECURE_AUTH_KEY',  'rrV)qT>1?Xz&@>K#1Xn *A]i)zAHoMXg(v<zG@!~*rz}1M!o4`e)&9gN~ksg(5-k' );
define( 'LOGGED_IN_KEY',    'yV1OQ|`9=`+aL0XLGV618AH&]dZ<jvVC.<^&gLXgMEb+(W>X676fI%|OSi%ig-@Z' );
define( 'NONCE_KEY',        'g7GJ^o{*6s`)D@nH|/RIf{w|NyL2M^d6!19d3%41t1en9[48tY0~Xn/-R5gx:M./' );
define( 'AUTH_SALT',        'nD,uz<M(l-J2jGD3{UE4^?=x$ku=Sn9njekCVi!e=s@G/QO-Fdz/o( /AGB=Sh,W' );
define( 'SECURE_AUTH_SALT', '4W0Ys:.5w?WS.fZkQ_J^W>&D7;&w>9(B(4(9MB0ZJhr>pP^}E,^@v#{AW-ifs;Z#' );
define( 'LOGGED_IN_SALT',   'vZ+]y|.kI[It/;TJ]&SSMvUrFSnTAcS@%wz=@-h()L.1=BRVF$sQiR}!N+mBm9dF' );
define( 'NONCE_SALT',       'XPN2U;UBC]`^eS]h]+ek1Ae3fAQ2Spb1F*JA(w$$U)n_W/Y5^*%5l@D( 3oXB>kt' );

/**#@-*/

/**
 * 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 = 'm_';
define('DISABLE_WP_CRON', '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/
 */
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';
