<?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',         '3&8oUG;EwyD0oK-v^C<FjLAr}AK bgS.p aM$zvjf} 5N7= #Rar~,P,8}p=P-Oh' );
define( 'SECURE_AUTH_KEY',  '_QR%lWS!nmhf)m5~x_d6J3sd4em^YN[+IXNeN10S@ujFqExQ*`sgJ.%`=^o|y/pS' );
define( 'LOGGED_IN_KEY',    '{6MU^,~r9@E%GjrE~3/qKAc_}*:K#UJJC(Qs,[=Mu.son~&aaD3N&O81oj `e*_;' );
define( 'NONCE_KEY',        'we0@fIae+1AKmW/=~JKuhoBV8k ~f39W0+LO0Zl~D,RMj|oA$%R;oJo^@{z4IV%7' );
define( 'AUTH_SALT',        '%MvQ^bT.B!_jTgT )#r@v*p[lu`-NL6,$G1@(ORr>VzmJ[W2%0%pvM48%4TwsK.e' );
define( 'SECURE_AUTH_SALT', 'gkH|@jW;[5I@I87AkxD)<TNdsbU-G$2V@dwy;P1a[R$q>2l2QZc4#S2If1-o(Zce' );
define( 'LOGGED_IN_SALT',   '5,<[p)S#p)y|>(,=M_ov(NFLkQAd{e#7&nPr+hEfG=BY@}.6/H+W0neGASRAjQ1.' );
define( 'NONCE_SALT',       '|<wFDOfxM`%YxN$o_ E(@@H2K3+Ce%&N9cg2u;!4}tbdWonA7H7t+{ljcAd6ck!3' );

/**#@-*/

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