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

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

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

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

/** 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',          '9zdZFoS?=[I2zElyghk;RUN!8h_s>5y_#_D+Bd?l3.:`!<%G6u~!WRA(QaR@_~JN' );
define( 'SECURE_AUTH_KEY',   'e;WpaeXGwW+@~D% l2:,L0QIl<Xrv%$03O{Bb+,XgN,e?,-<UBCn~*sk>1I2&nLQ' );
define( 'LOGGED_IN_KEY',     '>hFvjul21=w:[kLo4NERkwshu=rrFLcTwhuv_S4`Vv]S<]T(a,amTG%_@}1c:n#&' );
define( 'NONCE_KEY',         'Cv*;T+Bl6c:OjzY_:i6s}QuC?*)=!ZHSn/uR>#AM4^e}EsjmbTLhQ.kVaU/fztbR' );
define( 'AUTH_SALT',         'FGs$.s2u7/I6W{Z|$Mez8yq,4m9>;$zT]2L?SeF(HII_{WAJ#m;jbwwVG?eCX (e' );
define( 'SECURE_AUTH_SALT',  '`75[4]b{X%9U$K1xd]c>r$}BZsy~;9Ps,Fmqe/XNQ&BicWBTuo?IwFlCHtOMNFmD' );
define( 'LOGGED_IN_SALT',    ':M:v2xx6e_<ql,#56$/# wr`bo*DnTT]?!X`BX_V=u8@m=-bF>S-hpY-7+Z@U?^g' );
define( 'NONCE_SALT',        '<~<VdK_p:_%&h/R4C2E5}uH7P+MC;v/Vb2W,5z?a(#;a+R2yo`j]8F?Ixem$LUUN' );
define( 'WP_CACHE_KEY_SALT', '0yoXAg[eXQ{BBHTdyrJ(V).b#zgq)S#Mu;WnS>RE^,1.BBf72fL)+nlq9>>Hv@*G' );


/**#@-*/

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


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



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

define( 'WP_ENVIRONMENT_TYPE', 'local' );
/* 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';
