<?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',         '8iO2s+MJH05yl26Na/kdvbn/EGzNHejzdr32pZORRAr9zVyPUvNgkWRd1VFZxGi52crEKM4pCHfev5UYmP8LeQ==');
define('SECURE_AUTH_KEY',  'WRFlGTyV3kqDQ5DW8uhiv3txkTS5c6ZkOLOsiAOQtK9kMcREhnz123pm59LwBV852d0IAroFbb9F6ZCdqus/rA==');
define('LOGGED_IN_KEY',    '21w9H6SYQAo9JKuzeiEvUwiDKZqSfwEpKHuZ++ZXMmXuQf/WfwEDKtLjoie5KHYvN6mChE+A2pSVUw3XeHJzKA==');
define('NONCE_KEY',        'nzBVtd9LPh9CqP8kpIrQBR7P8PoQIrkWmmWPNqbOTJ94a1L+Dd3p6webjBztFQ/TwL38xVpm/F/7CChflD6ICg==');
define('AUTH_SALT',        'iuplDRHVe+PcB3WNuuZaV3+QUbi8/LNJQD4l41iaGtXtxHHHoSKG3qsTCta2DfEoE8Htx6vw4hH2hRPK+iKnKg==');
define('SECURE_AUTH_SALT', '5c3xdZkXOvz42nBv0k7BnF3Mg32cpEQkIXGps/hfvTIvgeZG4NI7rTg8LGOGFiuM/tXycQ4HLcdUnQL+vIdbcA==');
define('LOGGED_IN_SALT',   'edydM1UZSNq/YYh43tn9hQr79KUv5JbrKRbWSgLytlM3bH1aTWZO6IMB/3Q30lLEAYdlGaw96ZNYefXyBk2gwg==');
define('NONCE_SALT',       'sMHty6gpZGE0ziIKidmvdSHaU2wcDSbX+ONlZUMPAWv0+JW/6D0bkP0DqUl9vdhY95J7kFZfpqrLkYNGN8+XGQ==');

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




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