<?php

// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'DISALLOW_FILE_EDIT', FALSE ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
define( 'FORCE_SSL_ADMIN', true ); // Redirect All HTTP Page Requests to HTTPS - Security > Settings > Enforce SSL
// END iThemes Security - Do not modify or remove this line

# Database Configuration
define( 'DB_NAME', 'wp_playgroupvicto' );
define( 'DB_USER', 'playgroupvicto' );
define( 'DB_PASSWORD', 'GOaaicB2QVzAqDjFBuDx' );
define( 'DB_HOST', '127.0.0.1:3306' );
define( 'DB_HOST_SLAVE', '127.0.0.1:3306' );
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
$table_prefix = 'wp3h_';

# Security Salts, Keys, Etc
define('AUTH_KEY',         'ZSTmc52 KFa#S6Gcd_k!3Kj4XB37fm.2a%g*r:4k E}v2IFKM,+` et=4a|#]y=C');
define('SECURE_AUTH_KEY',  ')0: 63c,tz>JZFO,}w]-g2dd_AyAC2Rxt:),^_MVr~G9t2B|hHd>p+p!x8r2#hH+');
define('LOGGED_IN_KEY',    'G.1HeOi5KC%&i1=|+JO-;*.Hhjisl7?G8x/J;-6[vEyeWCwnl|.8+Aa7S9-tV+fP');
define('NONCE_KEY',        '/7H>TCGX>e#;DI(Db_?_~)0qP*/g8R)r2]LxMJV{98f&p^PxL0BGrS1yR+9=D)S]');
define('AUTH_SALT',        'tJ+=>F[wg0Ky{C[sx{PUU/8IVj:+4*B;S+5I50YR<f)dw1`RZtVr)D|t=.pG=r`$');
define('SECURE_AUTH_SALT', 'P1zZ./;>)[-|k;xNN +oc/ +dfDtd-*, ySvww*&j4b!?K_Gm<,f0,Fush^:+Ey7');
define('LOGGED_IN_SALT',   't2^oD0.hGqg#]H#D<5M]!t@bO+H5abSlIiC*ZH*u1nFE<8B/MNl_n}9x>*!olP*)');
define('NONCE_SALT',       'WXsD`^3ZQ<T$ww5-Ur`jef7:W++oe-p0{dG+zIB6vxNF|c:Pz,;w|CO4wP1|M<d|');


# Localized Language Stuff

define( 'WP_CACHE', TRUE );

define( 'WP_AUTO_UPDATE_CORE', false );

define( 'PWP_NAME', 'playgroupvicto' );

define( 'FS_METHOD', 'direct' );

define( 'FS_CHMOD_DIR', 0775 );

define( 'FS_CHMOD_FILE', 0664 );

umask(0002);

define( 'WPE_APIKEY', 'd038dde8d0b9a9362127265c7d864d2a59f504df' );

define( 'WPE_CLUSTER_ID', '131452' );

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

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

define( 'FORCE_SSL_LOGIN', true );

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

$wpe_cdn_uris=array ( );

$wpe_no_cdn_uris=array ( );

$wpe_content_regexs=array ( );

$wpe_all_domains=array ( 0 => 'playgroupvicto.wpengine.com', 1 => 'playgroupvicto.wpenginepowered.com', 2 => 'www.playgroup.org.au', 3 => 'playgroup.org.au', );

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

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

$wpe_netdna_domains=array ( 0 =>  array ( 'zone' => '384nx13sudmi35nemklgba1c', 'match' => 'www.playgroup.org.au', 'secure' => true, 'enabled' => true, ), );

$wpe_netdna_domains_secure=array ( 0 =>  array ( 'zone' => '384nx13sudmi35nemklgba1c', 'match' => 'www.playgroup.org.au', 'secure' => true, 'enabled' => true, ), );

$wpe_netdna_push_domains=array ( );

$wpe_domain_mappings=array ( );

$memcached_servers=array ( 'default' =>  array ( 0 => 'unix:///tmp/memcached.sock', ), );


# WP Engine ID


# WP Engine Settings


// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );





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