<?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',         ';{Pm{Yn6%;fP 4/*%(1w~GfK23`WWfi*8K7Oh I&#4/,i1pN%LHspm&BD]yw>HoE' );
define( 'SECURE_AUTH_KEY',  'S-4r;BfD)&nN+.4xq<>Cw_e@y*h2eqG72QQ/<H+pbV$-lC<#TpGw[u sn!vlqZRm' );
define( 'LOGGED_IN_KEY',    '*G,&6Ph)V~I{6DSH1I~lrg6Jjl`ER1Y}-Y*b#EW|{tF `@_xFE|IrMuLnv.AQ3zr' );
define( 'NONCE_KEY',        'Oup.A%?,A;AKkj^0SAO/pfG0wZ%n@CMclzw>;]eLoP_?{B02bt>gf(l%:[iyYKW6' );
define( 'AUTH_SALT',        'C50{/w1@B;jn2i7&W07ywh|st6}KX%=mh8hb~+uF=<H*K[LaaA)a&BxBwiw, :`x' );
define( 'SECURE_AUTH_SALT', 'K`OwEVf;BZ/;b2vL.(,T`P%Wnt9eP-j5=u^pf^`:OJqehI=%L]7|z5[+j}jm7uJ&' );
define( 'LOGGED_IN_SALT',   'ps2 QuM/1#6YJafb$0WdTH*DnsWZxzZ:9s2o#yS!.Fi?InI&;Cy br4c_vqMhD6=' );
define( 'NONCE_SALT',       'ytCPh1xsh 5E5RQ-A.dM>+2u!{xPj~l]hKBN(T~V,uY0@!i9pFS{/()N`/7)$|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';
