<?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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @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',         'eQIfin*7l&A=ON?(=KrcH}K(9Z5eWD-24~iw]0DjHY,[ECyP$N?CsY`KcXQ$:xA)' );
define( 'SECURE_AUTH_KEY',  '.m{G!r6yE393CAt) 85_ML9C$CaG1@99QV!s/>&fw7FcR%GRS%B%b8Q{@`vH9?f1' );
define( 'LOGGED_IN_KEY',    '*{^L.c&w[7d4-d!fhK[lNKHu/bN`X8WLA|GMR|0iW,[(Y!E}uRwG:T3vwpfyiJ6D' );
define( 'NONCE_KEY',        '#zN3HY2/C]qlLP[Lb%1{E{a8g?4Si[{Vk;a6sb^n< .u_DWAymOCt~1EPxs@vS|@' );
define( 'AUTH_SALT',        '*i$xI}i~Tmbk5~9b@f[5,s1=%SO/SdL/KA?U)]1SNLH#e2:t7*)h]V^m|:[CfM&x' );
define( 'SECURE_AUTH_SALT', 'Vb&!sO`eik?+t1ChZa(LCQy<>[!B6u?6d,/=7X^x$kRa3Q/)5uot#3;)f5uj60#>' );
define( 'LOGGED_IN_SALT',   'vZ; [*{S ?>N*jjN.$4{0y_M)As.3J->^8W*W#tW.f7`iQbD3+a%j4_0uaJ%|sDD' );
define( 'NONCE_SALT',       '$S&U3|vpUt9hr9t5pY7E=@[&e~Be(_ n[U3R5}`JoCEs].G08AI~k&Q/Cmn2Xw~Q' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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://developer.wordpress.org/advanced-administration/debug/debug-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';
