Use ds4 instead of localhost.
$failure = false;
// Setup the database connection to postgres
-$dbServer = 'localhost';
+$dbServer = 'ds4';
$dbName = 'brewbakers';
$dbUser = 'postgres';
$resetdb = true;
$failure = false;
// Setup the database connection to postgres
-$dbServer = 'localhost';
+$dbServer = 'ds4';
$dbName = 'brewbakers';
$dbUser = 'postgres';
$resetdb = true;
$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;