<?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_k7d6nf4ak7');
/** MySQL database username */
define('DB_USER', 'lW57WTD5mzZR7oH');
/** MySQL database password */
define('DB_PASSWORD', 'XUL7qF6W6JE7DWZy');
/** MySQL hostname */
define('DB_HOST', 'yesfinancialca.domaincommysql.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', '@I(}^XReVIe_grypVE;ldeU{y%JYS=JgrxJy/}$C*uZ[>?DcIGA>CkLdH)NMD]<bx%f@r?={UxjOq-;Dhnpai[=?R(_p--su*M^M^oDnJ!CH]L-I}s*ZUYQ%JRk[f*xh');
define('SECURE_AUTH_KEY', '<LfWJxMvKco>YNDA|ooAGfiZZ$)ne/ODv&A<V$wnTck?L&GpRe/X*Fk_TebJD*+?H?Q*S;?wX$+L|oTRA$<a$@]DE{bD/y}wt&J-r(A)gx)w&jZexR^=&OSRerCQgAW$');
define('LOGGED_IN_KEY', 'M}ekA[Ytozp|IU!T}eCmSLAy;_c?@o-pCcS}JKIXOprwi=BSAHTcy]x$ZNjNTVK=HjW?{)bdb|iQuDScJz>${emhkDjPU&?ZGUf)/YWXRY]UlCA)pP)KhAwe;mzXc^cn');
define('NONCE_KEY', 'D-mfxOvQdGBGQ/ZA_KiNwo?IIJl?LFKP%Fhh*zr{kwu>pCG<=eEHd*D}F|usANV@&[)zPs[CkGA^}aIYvFV=$%xHVip;?pzRATYy_sUn(*(CnweMb%}dA<hYhXvnczWN');
define('AUTH_SALT', 'DCV}MpJ%mAM{trV|wuFBXuYWsyzDVVvzWoDKJF(V[DmGhlk$]Z+-EvzRhTb=IR/)]<g/xw}+gVi>=iDmE{b&Pw|MNy;&P<[[F/;;k=jKqmDD;LBh&>BDfJXRL)[Kq*OT');
define('SECURE_AUTH_SALT', 'a[{d*CpIYK|GLAJqT=?b;|b)OqthowXWMrE}jJG(No}|ZqT%Lxkgi?_K!GPQtOt|cR*|OPB>(J_>zK/VDAQ)DuU=RK^[ldh$Bg[oA<[Quuhm+fV<TYQUbl/;EWp_ykGb');
define('LOGGED_IN_SALT', '/!ac!qbca?oreVFu)%WQL|O}_o>spJF;LpW>hblf*Pz(WJMbK?zKEt|=mv&wo_sp&LH)HGJlB|b!UWVD^NyR$Mgjx-&k>lq(<gOanJsVVO+&cQ!V[W]E{$](tELv-JK_');
define('NONCE_SALT', 'Yk>zEO*jxhZVIeQT_]IVcx]z>)BCfpwLAX}F_pOh}qJqhE_HOJ=MiWlI=sIq+!FA*A|^$E+JSnsRW&W_jsU@d=TwkY*Y-bJ|=z_ktCHRSrEdAXX<mDqSZ[UKBcByNQQ]');
/**#@-*/
/**
* 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_lwok_';
/**
* 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');
}