<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'seanmpatrickcom_qh3u_lfafljtnrmp' );
/** MySQL database username */
define( 'DB_USER', 'abboqvkjkdhjwdkr' );
/** MySQL database password */
define( 'DB_PASSWORD', 'ThCJFUKB5W70kvT' );
/** MySQL hostname */
define( 'DB_HOST', 'seanmpatrickcom.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', '[kWWw=MI^#|o]4RrW{XmvGPxm`.}mi(ti!Lo]A2-`U|rhpzjP3H0mLmnj75]#$ls');
define('SECURE_AUTH_KEY', 'MIW}/jVyU<-Z,/6CwUcHSRE0-v.O~7kiSh=dN:HATkbFPGv;%f6?mIQ|cD{Nt9C0');
define('LOGGED_IN_KEY', 'M(Y[yQ1+ewx+cKN++(TE<NbRnC~8w`KvI^%Yc{J-/{pVjyEUb{DuW%< I3*V=e-W');
define('NONCE_KEY', 'J#-ui+K3pFM)o{7f+fVzy5-[ :7V|]F1~Qmq3,gYu@3(|}1 ;^#;aJq{*AL24){]');
define('AUTH_SALT', '(CzQx[+I,u6/+l)%,SKybu:,$nA!-<mz>xy.ovKC*g60S: @#qPpQ=t?x+cJt0`@');
define('SECURE_AUTH_SALT', ' #5aexg/-^obaZP6OfWt05(nSl/`?vg10 1+#&Nv,m+@K)(+Z-Z,}GM9YZc%5}:]');
define('LOGGED_IN_SALT', 'R]n%6+33E=| [*X!8^<#21;-QBDcp10>E41;&vBRcagxT3WOEE&N|L^6|6AHHQMO');
define('NONCE_SALT', 'qHz5+ZUv^Lp^PoM0>0&`zOnJsU?2Z,CB$GYi_0#3(#)K^WO5M}g1qWZ]>f+!?Jc2');
/**
* 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 = 'qh3u_';
/* 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';
define('FS_METHOD', 'direct');