<?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', 'bebebole_e776b6ee' );

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

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

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',          'N[@0}51Voct40t?O!mVSBi V@5P N4 NJL+;g)aKz]Qs$BG&g$w$y6*/.f Q_ FD' );
define( 'SECURE_AUTH_KEY',   '>7m%gr>+;`F*6>YtDK&y3?!#]Q#=hE}xlx5fBs_!V*l4OBhPwDiS>~*z_yK}wo7m' );
define( 'LOGGED_IN_KEY',     'O`-@RPe0HHh;a;&e)q:PPmo,747tm3N6_M;!D>`Q*WhG&&yhOb;Fw2F/rJBEgWyN' );
define( 'NONCE_KEY',         'M%O)`(,$m;.*myN%rXr4 @c`U]jl7c.?&u+e{jMxGuH[3L!wR:N|lLI4jM7+,w!)' );
define( 'AUTH_SALT',         '1L[[;VEza$YIAc3)uElo]0TvqDFc.d4:j0EuYayt)U<a;zW2=OOw)!y}!n;]v&sM' );
define( 'SECURE_AUTH_SALT',  '6~_Kq@(Q?#@?9quG1-Ap!Nm_2rLplpg4m=u,&I>gwZVj7q~Z>8!q5i8ykMr-T~}#' );
define( 'LOGGED_IN_SALT',    'cTo{/=1ucjgiF+5.w3cB3C:G~wXc0@-vT!V+no)M;x] `{e=D3|xJI+I8S5w!W~&' );
define( 'NONCE_SALT',        '1+T8KF(%2[+]_>EwaZxI@edH$/O.#wb|40&vsS_K10.5v,d6L{tN/Q87ANp|K%Hg' );
define( 'WP_CACHE_KEY_SALT', 'k73dQNrK+0>/Zik*[Klm)7!,D%H(V%:^p,rT>LDD>Q<Q=)Wzj3%Ss2Heu4c`NMqg' );

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