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

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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',         'BJY.pwX~;48@yj[Hy-@Kl(3v_zKpouadlb&i?R`m!LQ/Q wYs[t<Rxim,Bjg{d|P' );
define( 'SECURE_AUTH_KEY',  'F@F.TvdSx]W;]waTQ:?2zFza{G<26)+p9R^f]fbahp3!p7V{bStTLLDL,KG%%KKT' );
define( 'LOGGED_IN_KEY',    'B)4Hlio_X|!4~r][AhI8nG?TQp6vXu2]UjFEz)Ko|w*i`?1Q!/)}~[UwhM{5>)5:' );
define( 'NONCE_KEY',        'N;,0:~vKm07%h>e S[)gYpdyf>VZ|e_Z-7kk11Qjka^$<L(]YtBxI]@M !bC6~t!' );
define( 'AUTH_SALT',        'f0#c51ZCVr_&nRy_hOZ,!]h:Cq1t~^8N4::k0=,F:GwKusI~S._?C$B5OO_$Qbaj' );
define( 'SECURE_AUTH_SALT', 'U=uZvx0ZgjGPO_2c./&bO~5#qC!K%K9>qD2?3,-(-tB`wo|S*+7|(75Z~p{9M}Mv' );
define( 'LOGGED_IN_SALT',   '^PW,lqn~eg?:>!Veix-3vOQ.=)HtQ_scsIV*tzLSS!@;$C4LMmm.{|Gv|^,-,af2' );
define( 'NONCE_SALT',       'H?HA3e:[=:Q@V$a@xN WyV5^%939 U<jrpQ}y^sY=e}kEBZrC/Ks]SK3&}0iZv|S' );

/**#@-*/

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

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