From fc74ad57dad8cfddfa44a512eb8d1de779848ce8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 27 Jun 2018 12:42:01 -0400 Subject: [PATCH] Update defaults Updating the default for the setting to use bandwidth.gaslightmedia --- classes/serverBandwidthSupport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.17.1