<?php
# Database Configuration
define( 'DB_NAME', 'wp_makedreamsreal' );
define( 'DB_USER', 'makedreamsreal' );
define( 'DB_PASSWORD', 'v3JidHNFFKatlcB14JM8' );
define( 'DB_HOST', '127.0.0.1' );
define( 'DB_HOST_SLAVE', '127.0.0.1' );
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', 'utf8_unicode_ci');
$table_prefix = 'wp_';

# Security Salts, Keys, Etc
define('AUTH_KEY',         'l2TunB:7Dn;+?-kSCE`Be{.IQo4WKywLTL0v,4^po--RUyEeZmQ=C5Hxl7l=8v8j');
define('SECURE_AUTH_KEY',  '= by-<JUSBA]z8`#dR:SiDqGK)?./mg(>nH^ ~~O9Jrl-5l/V]w$.j~+`?9R,Ie&');
define('LOGGED_IN_KEY',    'Z3cq ]WAPxj+a*ZNxEs3|)Q#pruEht~bjD#-P<rR#9u<Sx-?-,O}=1Y7+UV~+%@U');
define('NONCE_KEY',        'r1es100zwF-X(Q j81vi46?%BPvqkb,}2mln4R3^YIQB/[/(|oqd{8 tAj:_*Q*G');
define('AUTH_SALT',        's8+JARcdnTn]|1?R->Nj40mpY|BN#25V+(QI}I)e}rXmE:WwwyRo@LifgpEVer%}');
define('SECURE_AUTH_SALT', '{#v6THQ4ndCvC/I^HP||~m#6W-.,GEi@tdEk*xLd|^K=M^~3048-HDhhDZb=v5x[');
define('LOGGED_IN_SALT',   'pq&cB{Oiy$>(M!u5@AB9EwJiO.D6l|R-#F|}G/1S6EZx<A+<H|$XW2smIHw9AQT+');
define('NONCE_SALT',       '@wa:3hy<#oS[H/&3NK;h{mp%|26:/6|BTmSVX%Bn^>G(4ULJ^to$G9TxkE1#IsWe');


# Localized Language Stuff

define( 'WP_CACHE', TRUE );

define( 'WP_AUTO_UPDATE_CORE', false );

define( 'PWP_NAME', 'makedreamsreal' );

define( 'FS_METHOD', 'direct' );

define( 'FS_CHMOD_DIR', 0775 );

define( 'FS_CHMOD_FILE', 0664 );

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

define( 'WPE_APIKEY', '4333d3cf147d480b88aab8dcbe9dc800cc385d08' );

define( 'WPE_CLUSTER_ID', '140069' );

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

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 => 'makedreamsreal.org', 1 => 'makedreamsreal.wpengine.com', 2 => 'www.makedreamsreal.org', );

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

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

$wpe_ec_servers=array ( );

$wpe_netdna_domains=array ( );

$wpe_netdna_domains_secure=array ( );

$wpe_netdna_push_domains=array ( );

$wpe_domain_mappings=array ( );

$memcached_servers=array ( );

#define( 'WP_SITEURL', 'http://makedreamsreal.wpengine.com' );

#define( 'WP_HOME', 'http://makedreamsreal.wpengine.com' );
define('WPLANG','');

# WP Engine ID


# WP Engine Settings






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