<?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',         'qq!4Qo.P=yUrae#SO6q2Q=ghHw93xPcbmr]^7cgJ`-?^=*}+}leA IZnklGaUc 7' );
define( 'SECURE_AUTH_KEY',  ' wh9TX=KSY~Dnk]sH4!BwxYpl[cV&HSu;F9L bc[ZX&(jU,AuXXy=XnA;V>fDn94' );
define( 'LOGGED_IN_KEY',    'Xz>/#dh<3pJ11HK^(oY|`&^X]+fU>}Z8<5a9PWf 31XV,?5@sRXK52#+^rd60z%r' );
define( 'NONCE_KEY',        'bTP#j/Gh47ddeCw(z:?9he!R:>A3!%J!JcwL$3!Ht&+GYY{7(?MYu)m$zsp%20(5' );
define( 'AUTH_SALT',        '^Ar0Tmcaj?-NVaD1;T o{`Y8GU<z2#6Q!k<rc6X3XCa?^M )t-(KmuY[Dg4E3Cp!' );
define( 'SECURE_AUTH_SALT', 'BfL}y@Cw,cb_Qx}H !||mY6GU?G@p]Bof.(&&f}`Z5[.p;G 34JmBdbG3nDHOqar' );
define( 'LOGGED_IN_SALT',   'v.9?}=9df^I9G~`TlM(*=$8J9.cT1>R7x(aG6ERJp(rFr3=+AjDsW^ei/K7,{u2X' );
define( 'NONCE_SALT',       'uPE@v*q <BZ r4/p#{2+*M@)TCHKG}6oOduk[r=TKd5g8Ej:jk)L27/zw^_$QuVX' );

/**#@-*/

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

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