commit | f745b006018949eeb8b09dddab9ff48107867d97 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@paris.CS.Princeton.EDU> | Fri Mar 29 17:50:27 2013 -0400 |
committer | Tony Mack <tmack@paris.CS.Princeton.EDU> | Fri Mar 29 17:50:27 2013 -0400 |
tree | 51e1f1c7d3e580789d86b1788a3fe95df506ce2a | |
parent | 281336b025a8ea49554b605f0548c2ed7aa4c6cf [diff] [blame] |
add db options
diff --git a/config/plstackapi_config b/config/plstackapi_config index ac1f111..cf02ee7 100644 --- 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