projects
/
web
/
www.classiccarcocoon.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
870409f
)
Update db for live site
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:36:52 +0000
(12:36 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:36:52 +0000
(12:36 -0500)
glmlib/db/db_config.phtml
patch
|
blob
|
history
diff --git
a/glmlib/db/db_config.phtml
b/glmlib/db/db_config.phtml
index
523b4d8
..
b10c65c
100644
(file)
--- a/
glmlib/db/db_config.phtml
+++ b/
glmlib/db/db_config.phtml
@@
-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!");
?>