<?php
# Database Configuration
define( 'DB_NAME', 'wp_financialrescu' );
define( 'DB_USER', 'financialrescu' );
define( 'DB_PASSWORD', 'TKC40c0kE79yO1XJ0e6i' );
define( 'DB_HOST', '127.0.0.1' );
define( 'DB_HOST_SLAVE', '127.0.0.1' );
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
$table_prefix = 'wp_';

# Security Salts, Keys, Etc
define('AUTH_KEY',         'F_NFyz#J>4RqvzEep{nqk-KC06>-WY#IGW2VWT2=`wiI%|mkn|Q941?Pw+#VH+}:');
define('SECURE_AUTH_KEY',  't#-`c)+0fk!EHNE cnI.q]OE-{=Q[MKo1v(OSjOLV~VTO+|=);y #5>T]*1Ftl+I');
define('LOGGED_IN_KEY',    's_@dbtx6Ti;(JL|S02l2`@M$%8->]- +o$MKv-D~I;L}3LB`ot`U]jX>Yq5sC {8');
define('NONCE_KEY',        'NLT?v7`++>WPeI,++-r6][Kv= o|ZO-^p+o(yV]D4| .q|Sv#TgY1(.8,++^xOgd');
define('AUTH_SALT',        'zr/_?/>|5,QjvRb}j~K$I&MqLC.@7]0d81D=x+FDnB]H]%;Klw18(C& u8E}Fjxd');
define('SECURE_AUTH_SALT', 'P*AK|T8O=f<{^rlC^C|8-R3jJ|j9$wj(i_ht<oCkCK)M|d{F2P-$,rd=O_XC%@@7');
define('LOGGED_IN_SALT',   '^gGOikOrRB^,SU3Rg2KgdWsIOTVpNS_HPP>,_NGk!|ZVUP6}QC.Hh]_d@D|cB:%#');
define('NONCE_SALT',       'kA1|MB+1<`y^q NB+]Zof2Oc8(Q[4Ejs+o9X+~Ih3]G4;K,O4s-~7**mL?1YeIT-');


# Localized Language Stuff

define( 'WP_CACHE', TRUE );

define( 'WP_AUTO_UPDATE_CORE', false );

define( 'PWP_NAME', 'financialrescu' );

define( 'FS_METHOD', 'direct' );

define( 'FS_CHMOD_DIR', 0775 );

define( 'FS_CHMOD_FILE', 0664 );

define( 'PWP_ROOT_DIR', '/nas/wp' );

define( 'WPE_APIKEY', '33871802e3f4a7208f6b8269cba38a32c0fec52b' );

define( 'WPE_CLUSTER_ID', '120480' );

define( 'WPE_CLUSTER_TYPE', 'pod' );

define( 'WPE_ISP', true );

define( 'WPE_BPOD', false );

define( 'WPE_RO_FILESYSTEM', false );

define( 'WPE_LARGEFS_BUCKET', 'largefs.wpengine' );

define( 'WPE_SFTP_PORT', 2222 );

define( 'WPE_LBMASTER_IP', '' );

define( 'WPE_CDN_DISABLE_ALLOWED', false );

define( 'DISALLOW_FILE_MODS', FALSE );

define( 'DISALLOW_FILE_EDIT', FALSE );

define( 'DISABLE_WP_CRON', false );

define( 'WPE_FORCE_SSL_LOGIN', false );

define( 'FORCE_SSL_LOGIN', false );

/*SSLSTART*/ if ( isset($_SERVER['HTTP_X_WPE_SSL']) && $_SERVER['HTTP_X_WPE_SSL'] ) $_SERVER['HTTPS'] = 'on'; /*SSLEND*/

define( 'WPE_EXTERNAL_URL', false );

define( 'WP_POST_REVISIONS', FALSE );

define( 'WPE_WHITELABEL', 'wpengine' );

define( 'WP_TURN_OFF_ADMIN_BAR', false );

define( 'WPE_BETA_TESTER', false );

umask(0002);

$wpe_cdn_uris=array ( );

$wpe_no_cdn_uris=array ( );

$wpe_content_regexs=array ( );

$wpe_all_domains=array ( 0 => 'financialrescuellc.com', 1 => 'financialrescu.wpengine.com', 2 => 'www.financialrescuellc.com', );

$wpe_varnish_servers=array ( 0 => 'pod-120480', );

$wpe_special_ips=array ( 0 => '35.196.139.73', );

$wpe_netdna_domains=array ( );

$wpe_netdna_domains_secure=array ( );

$wpe_netdna_push_domains=array ( );

$wpe_domain_mappings=array ( );

$memcached_servers=array ( );


# WP Engine ID#
define( 'WP_DEBUG', true );

define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

# WP Engine Settings

define('WP_MEMORY_LIMIT', '512M');
define( 'WP_MAX_MEMORY_LIMIT', '512M' );





#define('WP_TEMP_DIR', '/nas/content/live/financialrescu/wp-content/uploads');

# That's It. Pencils down
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . 'wp-settings.php');

$_wpe_preamble_path = null; if(false){}