add db options
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 21:50:27 +0000 (17:50 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 21:50:27 +0000 (17:50 -0400)
config/plstackapi_config

index ac1f111..cf02ee7 100644 (file)
@@ -1,6 +1,13 @@
 [plc]
 name=plc
 
+[db]
+name=planetstack
+user=postgres
+password=password
+host=localhost
+port=5432
+
 [api]
 host=localhost
 port=8000