<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'RnZEskI29rJLi0dqZaBerTEmXIrcqwlwlm0n7rMKhuG3nMVG2GScUnKwRlv99G5q');
//END Really Simple Security key
/**
 * 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', 'homein87_opt019');

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

/** MySQL database password */
define('DB_PASSWORD', 'hXxo#Ks_0)E]');

/** 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',         'FU_CcqKS6hgM>~Ar4:>IuQ1L5-94Pteh$b2.[Mp-[8o0/SS!~p855x3C}0}Sp7vw');
define('SECURE_AUTH_KEY',  '*YFzULehLe:]M~1`kT+:klP?bz$VtcN,[uq} })6prp$^Mlb[E``^HJz|bJL4G|B');
define('LOGGED_IN_KEY',    '+6ko*$%2tfj?^/8Gh{jqd)aEZ{-.R9](r Y3]G+dw((7|`+:p;o|F<g5,JdHP~n#');
define('NONCE_KEY',        '2DsP=43QZU_cl!n?U+K_HsV--8v[yn`Ts8{U%0*x<iO4~oM#XsEu`%j=XwBI4SLP');
define('AUTH_SALT',        '<`kd}Pg_m3J|]*fAuN 5AJlBFww-KCJh+KZVl:$k<~Oo)_ ?ILmA|~y;4yw%:p[~');
define('SECURE_AUTH_SALT', 'Hq}#$e[NVBFP`FWO,8F]y|Uau8IaQsY*L&^k+>^J8!{_<p+Ue5i=d?[3#~c6E}T>');
define('LOGGED_IN_SALT',   'hvOZ~8|c<:r7lTJS@bJ5VUriwJ+fK{37pK;J@/Sb7kgm|upw8x9Vma+K1#D);vV0');
define('NONCE_SALT',       'G=|XS_8|zj7I;O*dJ14(*U)<uR1agyO4?k6?h,a#pw;rXE/1t+U&CHkp89RLN:iE');

/**#@-*/

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

define( 'DISABLE_WP_CRON', true );
/* 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');
