<?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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'eddieisme_w132_hjuqohysbwksolhei' );
/** MySQL database username */
define( 'DB_USER', 'yxmsxhovxfybnkyi' );
/** MySQL database password */
define( 'DB_PASSWORD', 'SF1YWqCzrMcdyoq' );
/** MySQL hostname */
define( 'DB_HOST', 'eddieisme.ipagemysql.com' );
/** 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', '0aIw%KrT,GXTdqhE8-[QTM+-.<)zZtJJG$Ql-C=-+:t3ZKTxWSAoI|ny~# 7O0D(');
define('SECURE_AUTH_KEY', 'zi$Y2<lmaQOeBNyQ6sQ@tY`cCjDPL|nA{947z^!2wCw?%b~&fuqBmbu6E!&-:rxs');
define('LOGGED_IN_KEY', 'D,!m%qKJ%c3hmBK}e8OaV9}K8}K%[3(77UD^I%`9eL:[oglR79y_EYYYtk)AW2`_');
define('NONCE_KEY', 'Pk;/,0<++%+y3tW(T=q:L;7.?*H6MeRPj ]iBd=mgh@,GJ$;GEiOe%!xeP`<;iJd');
define('AUTH_SALT', '-5Kfw3uRbUht7F(TLL!:1/P3S!{SoZ:{Q1kmGZ(c&l0P$2G}EKhonDS;pvDY7:$r');
define('SECURE_AUTH_SALT', 'U;zS6+(t,xw>>nYZ-,AAT?hK[e_-ec55%5*ym48u8!c$5j-72Q Y%qkxv:s-j(*9');
define('LOGGED_IN_SALT', '%~z5|/JN oAwgPOeK&pMk^Q*:eNM>!#(R0[dE5XR1a=5sk<j`Q@(w({o&v<{:+)0');
define('NONCE_SALT', ',t;zYC#Q@a?{0&boD}e|s!a0V=F~2||Z/VTslWR+R:iSj}k:-+[)d/4rn0t82BEN');
/**
* 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 = 'w132_';
/* 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';
define('FS_METHOD', 'direct');