<?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', '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',          '&hp-.)^2|e<&vrp9so)~Q@|eX@!g#5y@,`l^ )U>FKNV)1w%rt,C@7uAs2.TgIo=' );
define( 'SECURE_AUTH_KEY',   'Qy*H{fM$#s}dcAbCeyESy{{cA/ tJHk3=_r6N]pAVgOR/<&_gq29d|>J{_4RIi2`' );
define( 'LOGGED_IN_KEY',     '`Wn@WDl;hvPS_:hd%b  OTt[7svv$v]_N%9sCtaqk}s6lb% sE7)WU[8!8(4]?>S' );
define( 'NONCE_KEY',         ')Z),d&ypP]7:^{lB^=V~]`/9/G :nLw32,|.W~lqsXAu#j#N+MTVj)hJ69ph Pm_' );
define( 'AUTH_SALT',         '< dF>F,!DXZ)jer%vE]N,}R.ni_FD~(Qz2Xd@44=R|qY[*k@A-$z?F$BuH5vVdXE' );
define( 'SECURE_AUTH_SALT',  ':9<A6!+}<VlN[T4_UXc}/iO~eW!P<z&Ycn:^=&{:Awun!njTIBB21a<vDxE]cMqp' );
define( 'LOGGED_IN_SALT',    'iuOx:Hd&av|yn28VJ%264Iy]@nHV={x{L9DJLVD|64q_A/{-in^bRTW>H@81PO`,' );
define( 'NONCE_SALT',        'fTR{^~HC1R^:+:lWx_(ZEN>0Q*,M>)dN8uchX Z:Hp|#6?M$nH<A>J6{O##?CpLD' );
define( 'WP_CACHE_KEY_SALT', 'j2;KR$9^a}s* r&MO*!:p_JQbrA]#oSl3^d^:E+;3oG5G)q:xF<:C*TPfr`}<<%@' );


/**#@-*/

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