From: Steve Sutton Date: Wed, 27 Jun 2018 16:42:01 +0000 (-0400) Subject: Update defaults X-Git-Tag: v2.0.0~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fc74ad57dad8cfddfa44a512eb8d1de779848ce8;p=WP-Plugins%2Fglm-serverstats.git Update defaults Updating the default for the setting to use bandwidth.gaslightmedia --- diff --git a/classes/serverBandwidthSupport.php b/classes/serverBandwidthSupport.php index 4bcfee4..60b911f 100644 --- a/classes/serverBandwidthSupport.php +++ b/classes/serverBandwidthSupport.php @@ -514,7 +514,7 @@ class glmServerStatsBandwidthSupport $config = array( 'active' => true, 'db_name' => 'bandwidth', - 'db_host' => 'angelia.gaslightmedia.com', + 'db_host' => 'bandwidth.gaslightmedia.com', 'db_user' => 'bandwidthRO', 'db_pass' => ',Wv4W*~^bL_vF3F4PbGsS', 'website' => 'www.gaslightmedia.com', @@ -578,4 +578,4 @@ class glmServerStatsBandwidthSupport -} \ No newline at end of file +}