<?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',          '2w`]y0hMf.Z5.Kz~OO+.Vc zuLs1GPb:&)Jl<)vc5zU)`I50WEi_Le}Qd3_tn7Uh' );
define( 'SECURE_AUTH_KEY',   '!*h00]XknO1HlbbhLdMuZ|y@_ra5,b;qv*= uS9pMfdetm!x>3K6<`}6EvZ}])z:' );
define( 'LOGGED_IN_KEY',     'XPQ[B~;+qBoCnGBU-*$&{8ISu9k-0E`]K8mOYL2zS&w<|G#n{V@jI=inf{`?p<D>' );
define( 'NONCE_KEY',         '{F6 DRR|6. |*y)wN/I=MU)H~`9)lk7jlj#p!z)oLtF[orT;[r C1V{/BWJ]+m]f' );
define( 'AUTH_SALT',         '5?g-ODqTtY2Hl{We#``msfZ12N:()1AP8Qg8hP]/_<]-ZD2n2/ht0DNagiwzVY$1' );
define( 'SECURE_AUTH_SALT',  'IxOjgixH^:Q`:0z5R^FipGm9oRzM^[c k8-`:<7V3H#I^H<5F*wA[N&oYrSw$mv[' );
define( 'LOGGED_IN_SALT',    'MUx@b4[lUrS5b/P7J$$McTpx=bfEI$K7L8RGw23GX.&./;1fQ|GImSKVMfR!t1`C' );
define( 'NONCE_SALT',        'gxr`4ck35(/BfW&K&pg.Q8q%pm,9).~$Yh#3Saqu[`aW +ux,)Vv0HS>D|]3?$#*' );
define( 'WP_CACHE_KEY_SALT', '=|0>$4<oZoYuVdy&++[i%@*;LxoMZ!?T&R Bhogn<1{XyAHdly&?4pzuSR|+x.q7' );


/**#@-*/

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