<?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', 'famous_explorers');
/** MySQL database username */
define('DB_USER', 'famous_explorers');
/** MySQL database password */
define('DB_PASSWORD', 'TdoUMsnyy');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', '/6QoF2PXatEv L+xM0^VLJ;V&kBn~!=AR+[I^(rV4(Z_|/aJ{3[44J2j[7!6I/_p');
define('SECURE_AUTH_KEY', '-[/$d>X`9B7zq5cQHk_;{B_7L4#H?[MSjzEVu$5V9aA%mV-6Bn~_]Hu4JoNQ|_!f');
define('LOGGED_IN_KEY', '+Bh!PSitY|N[8|S-%.??>mF&<nb,I%@#5HU{tc_oqD]D842Q%pW4;O`]|ANvG>i$');
define('NONCE_KEY', 'iM43$(<e1Q.(KwYuM[6{g@6-2pm1_q3f:[T/H4ms!#xom4!y(#|ES=Lp/jWckwc2');
define('AUTH_SALT', 'VIK~0f V7^m%6yiO$d)ca`W0%h?5KBAf9I9}U]+Cd4Pq0hS92`19?NXuF/PJZww>');
define('SECURE_AUTH_SALT', '<}4Ej?UKN:o@j8i70O9Q#$Lbyd C87sRj2?yum,>x=x`|o2{.+($:j{1&`feO^7j');
define('LOGGED_IN_SALT', '|~GM%g!ZY^zy?HVgN)PXM.)v,Yj>BU PP6:$pb[:5mM];D]w/Xy>v{2w[FZFg*D?');
define('NONCE_SALT', ')lJ{)0=NV.<;FClN+QJiPtonr}D<hA=DEFo8i$ha))<bB%T6ABHX][~g{ye[siz-');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');