Update db for live site
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:36:52 +0000 (12:36 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:36:52 +0000 (12:36 -0500)
glmlib/db/db_config.phtml

index 523b4d8..b10c65c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 define("DB_TYPE", "postgres");
-define("CONN_STR", "host=localhost dbname=classiccarcocoon user=nobody");
+define("CONN_STR", "host=ds4 dbname=classiccarcocoon user=nobody");
 define("DB_ERROR_MSG", "an error has occured with the database!");
 ?>