<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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_1g7aia3o31');
/** MySQL database username */
define('DB_USER', 'OQKQ4y2J20JtLJ0');
/** MySQL database password */
define('DB_PASSWORD', 'v2xlhtwRTQxvdhyw');
/** MySQL hostname */
define('DB_HOST', 'thefocusedviewcom.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', ')aT^!QqNe!QmbwcJ^FmmnmH/k|@cLE(Zy{kb?MzVtDeFdp;)DRy-{/&tG?Y&_*{)r_Gc[gX>isX;*=P>due^^GwQsq=;n=kLWwiY___Y/Fern>l*ljhq&j%t(j%r^q;c');
define('SECURE_AUTH_KEY', 'GA$Ol$AmX*sH;SUhAxgH+Md&}KeEA)n(+CMqCar@u^)FGEra^/^%sQ^zNz}$)sJ^AxTdD$K|rfB(i>w=xr!/TBC}qlkiU^fEg<!OZ*j+^u??owotJwFNa_jU;r?BYs)(');
define('LOGGED_IN_KEY', ']H>AY$qBz%fg]Oer&I_<&w{v@/-y!!_{TzHD|;j!(X>eiL)-F]jF;FOefyv-iV&uz*U/$(akoUcr)u(-)GTjsBcVjK|_;&tK)-fa|(e_yWl=UNH?$Bokun_-aZP)cR?>');
define('NONCE_KEY', 'eVMX%;-rAsF!M+yrmz@QUEK/W%==smpM%s^HnUhU!RD[QbuT=!l=Tn}hpU!vY!}cbM=OFF&mdGu%y^OZP[yid(rcL)A-gJsa>?;bHd@LAtAI(x;EojBwsQY(HpIMwFJj');
define('AUTH_SALT', 'H|hNmspU}iavNY+RTFpBidQNh}!^U@|i}|S+VmL<zCxA/MM][V&Ld))Pn[DFP>|Y<!hARME{ry=X+wF=!Q_<KgpQ*m}$m}<uw@+|)>jXm?kCbs_=CGcHL/f*ojlKX}uW');
define('SECURE_AUTH_SALT', 'jBweT]pta}KjpH<ro>sHeq+dW-(;*wR=OvkH>@MB$DWd(B&R/y}OUh%*}<e[>@qASd=jEkJHtMPYHzl<lI-&hpXyBZE!%>u?!yStkCa>_R?KnZ]qLZCDmB[](Kc!o(ld');
define('LOGGED_IN_SALT', 'M-_$ZBJMZnA+H()]aOIWbG{KKbn(Ha&]L$$LcBvyS?zB$EnXMJxF$CYcs{]z/DsCWVIUPp/RjRUmAqDm]O%}&lal-}{lXJA/{eT!L_(EYOO+MCExcbUkRov*ljzMzd]p');
define('NONCE_SALT', 'tJKGJYdY?ursqbjbS!?aDLk]i)cwP%iDAVqi&*f<ESAB|Q^qmitT(K}d}iXusOf@[M[&@uff*Yvt=LH*lGq<=AZFOzt%AgY^YiC[r]cFvag&gK/EQtHt+XpV?jm>gTOs');
/**#@-*/
/**
* 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_jzwy_';
/**
* 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');
}