Change db connection
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 7 Apr 2017 18:44:00 +0000 (14:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 7 Apr 2017 18:44:00 +0000 (14:44 -0400)
Use ds4 instead of localhost.

models/admin/management/import/brewbakersFiles.php
models/admin/management/import/brewbakersImages.php
models/admin/management/import/brewbakersImport.php

index a6c28c6..477014c 100644 (file)
@@ -6,7 +6,7 @@
 
 $failure = false;
 // Setup the database connection to postgres
-$dbServer    = 'localhost';
+$dbServer    = 'ds4';
 $dbName      = 'brewbakers';
 $dbUser      = 'postgres';
 $resetdb     = true;
index d42afa7..a0571ae 100644 (file)
@@ -6,7 +6,7 @@
 
 $failure = false;
 // Setup the database connection to postgres
-$dbServer    = 'localhost';
+$dbServer    = 'ds4';
 $dbName      = 'brewbakers';
 $dbUser      = 'postgres';
 $resetdb     = true;
index 4f0439c..59849a0 100644 (file)
@@ -5,7 +5,7 @@ $dbImageURL = 'http://is0.gaslightmedia.com/brewbakers/CKImage/';
 $rvLimit = false; // set to false to turn off limit
 
 // Setup the database connection to postgres
-$dbServer    = 'localhost';
+$dbServer    = 'ds4';
 $dbName      = 'brewbakers';
 $dbUser      = 'postgres';
 $resetdb     = true;