<?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', 'ss_dbname_a2onlig4h5');
/** MySQL database username */
define('DB_USER', '42NwUI7058uI9XV');
/** MySQL database password */
define('DB_PASSWORD', 'Guykw5Z4OAZ72xNE');
/** MySQL hostname */
define('DB_HOST', 'aezito.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', 'S(E-U-JeF<TbYpmSWG|m^g-wR%sN[|e%|RedImZR@H!eijoVzmRvz{=jqsVDT<}f(S|DC/ZGRUasj!k)HURI{J*F@|KQJMTx>H%nZzpj${l|kuEBS|qt}xbYH|(rV>mW');
define('SECURE_AUTH_KEY', '*Kx[rH]re[-vEBPPjP(q<})DwlRC{HidlXO[NsYdSp!ZNjq$%TijYmvd$$_DrbTt<FJSyMlP/*q&<$myJI;V/vy[u<XZa/BZ&!IWBM^D}Dl-X/[Nk|GWx>wxm>{!x_WJ');
define('LOGGED_IN_KEY', 'A$i(=_WW+>ONM&HNA*d!!CoItdeeE)%IB}k@jDoyj(V{JXG}]KjY&iDaFbGJn+L;naXDplg{mgHrNylY=V)<BrHF*-UUv%GcmcT-@=fvF|lwC--e/@)dXVc)>=pYvCso');
define('NONCE_KEY', ';hr/(;AeP>ucCgD>Y{AJq%Y/dU$[psp>a<F]TeswYfXenvD}[m&_Gl@FivuCSwt*j&m!UUfy/dN(<;l>tptN/&X]YiVdq{pL<GQEYEMA{$SjJpO*LSHSkiHcjsS^|hXY');
define('AUTH_SALT', 'h!y_AbapRJsHQc&S+oUyjnEMLs]GK>u}+RBfB&BJ/U;;|LmeIqkCCKFRW+kIcb;P^+?%pHAmZdFXzq)zg;xbr^_C]mb]SBsqNvHpBl]c]m$RJYNW}Hkh!_g<v]rCHfo}');
define('SECURE_AUTH_SALT', 'P+qBrN-hZVXVa*FdSPKW_O%xqZP<X]cNXmLc!roe]b+iylB&SxBwi!{D&p$pbf?FMLYrLgPQf]l?dSjTNWZ[YW!fbw?iIgV;yD{NzM{O_gz}=I?u{vUg!SSjyZddFoN!');
define('LOGGED_IN_SALT', 'S?p!Uhd^k/Zb)Q!U}puj/F>d(KtqX}zWij>MnbnIzNwNq{^+%pN%Xqk(I^L{uD+V>Y-F]?AE-IBnTiFpAHO<piq*z>mKETM=n<pExf/mXU*sa$D;IjKX]O$=!c*{=k^W');
define('NONCE_SALT', 'TSi(vw!Y[=PuZTGh}oea=O=ub|_CydO%/}kIzrj@q*}UxR}[@pg@qO)@T}mhssL>GDXHYJ^ScJq^Q_uIf|T$Zx_oc?E^!aBr(+!;u&)<!;F}!hO)^q[}RNq-nLAgpy_I');
/**#@-*/
/**
* 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_jhhb_';
/**
* 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');