<?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_61adkj7gee');
/** MySQL database username */
define('DB_USER', 'KxdSHgkaX426kXV');
/** MySQL database password */
define('DB_PASSWORD', '4sKNx8rU5vybOEnK');
/** MySQL hostname */
define('DB_HOST', 'majorkash.netfirmsmysql.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', 'YoJ=jZxzKu--lN(|]/cB!RZU^?AfnoqCIjA{ObNP$NVZxx<YRAtL(Qm][SV[R&CuZA_Ey?V](OK;NW*yZi*D?[}|_/L@KqQXqXn|U^&PTPa]me_>Na%e)}>E*ZoHdg}]');
define('SECURE_AUTH_KEY', '}@xcuAxcWB[|L?K%[+rlD[y}kcG-nD};>ZGr]zV<cdEK_STDVJ?Bd+XU+)O[-c_y;C_/Bl%BdF=h(??t*haqqiI&E_m&!>^ZEAaH_}vvxcx(}gokKjaiah_%]-=toi|H');
define('LOGGED_IN_KEY', 'HFIxjc}WnJXlLDjh=Vc*T*ydGuakY_gN/x(bMEGqwmZ?>ukJRfv)BAV]?biVhyGFjPpRG}VOrb)Y_f%kW>^*mvV^>IRIT/oP/Q?EuylV_FytAy@vyga)mE_jh=(NI{+B');
define('NONCE_KEY', 'Nvvm*^Ht!kSu_qRQM!^S!DdSjmtVXfyDCay%pw|vkbyu$wnL;zlaL&zDE+>_v>d**Nf(y$d%ZRcJ=mJ)DfTxCnUEAC>O;bUalRbL*WTTrhghPwQ=Gv=oV}m$x|U*)>|$');
define('AUTH_SALT', 'ST/|gu*C@CrRs-p@GcV^yFv?^tYrv-R$qOD@n%F&E?oP-PLR[V^<(*hFY^brh?+X)N>gUMtP?d^W>m^^ybOao&}JYNzS+*R}SoONX-VDz!w+%VA|UretCwD;$xK_O@XF');
define('SECURE_AUTH_SALT', 'KeaJn_Jr|n>|uWcEY/HrBt=]!?{L*B^mL<JyD?YmEzvb&Wcq/KJ*gx=A}T_cnMqrvCCJOViPZnVgGWMVg_P(zB+rv^QpGQrJAF*NQ[$@?^=$A-)<re<G[sT[$&Vs[Whw');
define('LOGGED_IN_SALT', '=)Lry$!NW|/%>?wNxnjZrOfTwGEn/IhOzl^<(?>_VUJ]*G]lY@dmKmq<XX=FMqU{+MaRX{l-/nlrG;R_&b&JC!fpAI_aA>nQIkpsglIdAWtfFv;fiOf?Ko$yWHX=Udn/');
define('NONCE_SALT', '[v{{%$/+Pjz_bz$;Od+uO_q$A!VE!unw*z@$PUR%Slx-fIdf?z]=]FfF{{P_FJSpx*=-$Z{jn^Pi]wgAF==F{ceBG}?*v)xY|Jp>$x>&>-du@>[=CjuVprecCtAs|>?|');
/**#@-*/
/**
* 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_vhlb_';
/**
* 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');