<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress_jold5ndicm');
/** MySQL database username */
define('DB_USER', '0p5Dwg345tq4FTq');
/** MySQL database password */
define('DB_PASSWORD', 'wu2x5stleAFGI14A');
/** MySQL hostname */
define('DB_HOST', 'arnulfo1.ipowermysql.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', 'ast*al]x_yO+Z(@!s]i=%fNS+ki]Bm=g%xvkO*(El^OmU<uvU{CU}+a/pqVyidn&abZpUp@mQ_QYIhvqrLudo(Mg$PSpWy/RbSlEizsOfC@;/jXNO=joY]c=XX<c}N^n');
define('SECURE_AUTH_KEY', 'dOdvuK%[&ehw{A(&@*$G!(SHdCA_|cZx]h&jq>Rw=|Z]-x>UedJ?U_goP!u^}Y-NUsX*;p<&XrpU_>>ky)L<Jhb&Lvy(rMXQN-bhVZb@kIk%WihkjQyFro%ru_<wZXdF');
define('LOGGED_IN_KEY', 'q;he;v>^jLjd-OZK_!i[h/x>f+RLKe;e!W^N^F*XOVi;|s?K]wQr!WMIj)<G}mNd)JV$O]{}&ga|bAtZ$OX[N+oaprCPv<CSo(!<Oi)tajfjDgvnSFIL!>lgXIqMkU[!');
define('NONCE_KEY', '*VN)mqt=KAMcNuZnfze*od-+h}V_-&Njt{QAD-)JpmMJmYE@E)bifNV%hpII?F-/vjOWsmjbYTUFteGtLY>Ic%m%vVIKaunk/imUb%q%DM}ChE&(nsD=c;yl]-c^w<t+');
define('AUTH_SALT', '<jrRi}gu$uDqblwx]/OxcA}N^A]VPVWVWt/aje@gx-gxKRmjzD%U<gfP]vAe;GvpQHBx*w!&(lfVXMLfJh_-${d+GY{G|J_Uvot@-=XhjXnnhy&>xy+hl^}<snf-e>po');
define('SECURE_AUTH_SALT', ']kH$$lUUV|Byjcp_RMx/S;zVebfW*mw>$uUJ[OcNu-kP!Z<d{coX[XbE-;w^|c!tfMWAoUrF?Y$Pc{?RzK/H?vODQ!H+$QiacZl=TfT+cM[AvHoxoYkWX<*&fd|$Hens');
define('LOGGED_IN_SALT', 'F!hN%XVDX?Qqo!IhS*/&_v*/O}c)fwiBFW=Tz*;q%zgD{I)S{rRi_w@JBxg_<W?fMh!DnPygCcTo^s}ck_ZfS[oGaw|PoN%}%[bp&dcU|OT&Pj^-p[kLJdJ*MpJj*Y&<');
define('NONCE_SALT', 'mJBpWLqYBpjOKRZw!F(+?k/aqSJM/=cLfh<P{q)*C[EZ?!!<Uw]FI[FNXwZ|/HMJddlE?>!?>+(Ww]BM?oZ?Mu;AmO<pJ]LTKiwL=okJQj_iEa{f=+hmMlIhw=&PYac|');
/**#@-*/
/**
* 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_nhsi_';
/**
* 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.
*/
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');
/**
* Include tweaks requested by hosting providers. You can safely
* remove either the file or comment out the lines below to get
* to a vanilla state.
*/
if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
include('hosting_provider_filters.php');
}