<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL 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', '__#6;M8TC0!V1b0psZ;Lu:!3x0g6M8]-WGph96XvT+u(8/db30C2YNs*p;3%kbSV');
define('SECURE_AUTH_KEY', '8Qjw#ZWNOT2kfM-:_ZM0wb4v2Y4F&[WTRQ33)9)71qs;5+!5DJ3~3j3YBdk)209K');
define('LOGGED_IN_KEY', 'sU1YLz!]GvgK1ZQBAbUG+g6--T5NgNc!/p41-%pp4@1c56e;JWKI6G|e|/3-z0E7');
define('NONCE_KEY', 'k[og9CT1h]|~FVs~;0US8%QPy6IaT58~[t0!aB3@#Sf(pB~7zy9ll-zz_z0g-~Km');
define('AUTH_SALT', '/2I1pFW5-P!!u%oh@h4U%RD:C82j|JNQmdbCS67ZgWMp;L-p1u#G)835[Gk4:b7z');
define('SECURE_AUTH_SALT', ';J%542Hup@4Bm9b&Y5~*6v_Qi3e]X|0~y9NK050@+4bsedc#&EzEDiPE~1~)s59w');
define('LOGGED_IN_SALT', 'o8Btsv7xWxJfc5QD-+P[N+#qNH1hFwXQ01t0A!ZhFddj6udT82&QLqeGgl-S1|3U');
define('NONCE_SALT', '|:E~J599s880/uUi]1Y66Xej5j9_93B7LY:u[g&J|8c!LCP9f]19mA-qO0;(2#@&');

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


/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
