Update defaults
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Jun 2018 16:42:01 +0000 (12:42 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Jun 2018 16:42:01 +0000 (12:42 -0400)
Updating the default for the setting to use bandwidth.gaslightmedia

classes/serverBandwidthSupport.php

index 4bcfee4..60b911f 100644 (file)
@@ -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
+}