git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281336b
)
add db options
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 21:50:27 +0000
(17:50 -0400)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 21:50:27 +0000
(17:50 -0400)
config/plstackapi_config
patch
|
blob
|
history
diff --git
a/config/plstackapi_config
b/config/plstackapi_config
index
ac1f111
..
cf02ee7
100644
(file)
--- a/
config/plstackapi_config
+++ b/
config/plstackapi_config
@@
-1,6
+1,13
@@
[plc]
name=plc
+[db]
+name=planetstack
+user=postgres
+password=password
+host=localhost
+port=5432
+
[api]
host=localhost
port=8000