<?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', 'esignfb4_98b' );

/** MySQL database username */
define( 'DB_USER', 'esignfb4_98b' );

/** MySQL database password */
define( 'DB_PASSWORD', 'AEFB1CD48tj5cs2v0w7f3o6' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         '.*e+*w|=*BK:}@^%SYa3X)ug~}uk}<mE;/azJhpi^hV_00RvE?)tZMcg!BFuo<on');
define('SECURE_AUTH_KEY',  'a*upC}VE^<N/;-P4@QrG%nn`7?Ezq~j Vp,p&g kf?+M1{b3}.B2}>MczYN|-f$A');
define('LOGGED_IN_KEY',    '0CV4%-0&L^i0[SZiQl&zByK+kYyLTG3#|O;.e?]LB?@BDD/G[WN_v=KD&I=JH?=X');
define('NONCE_KEY',        'P)OYZUuc|+MBsV&jQ-|h+(P0u12moMyk0K`PyITUi$C-(&HLZ6m stp.>D*;ARXz');
define('AUTH_SALT',        'Ws-3HW#|zb}E7uyHT79OTg l20hIg17`v/+F-xeu-ivNzR4m3hJ#S/tR*|*KbqEK');
define('SECURE_AUTH_SALT', '^.~(k-v?*)jw`3y..8H!38VzSSIyfQ-px/$aKk_[M*c^e@%j)q*B}|Y}|++e+B<P');
define('LOGGED_IN_SALT',   '}B$QG&hG>y>.<lwY+:zezQ7hPS6UfwucY9|]jHd$L|-wKHuzdphL#D8/|*[1V8=o');
define('NONCE_SALT',       '=tP&.~.l5FgI-|o>/+Cs[t{W157?V}%>&zV$^H1(!t-E /Y0[KeA?FW?+u~H+-kR');


/**
 * 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 = '98b_';

define( 'WP_DEBUG', true );

define( 'AUTOSAVE_INTERVAL',    300  );
define( 'WP_POST_REVISIONS',    5    );
define( 'EMPTY_TRASH_DAYS',     7    );
define( 'WP_AUTO_UPDATE_CORE',  true );
define( 'WP_CRON_LOCK_TIMEOUT', 120  );

/* 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';
