deb-zaqar/etc/marconi.conf-sample
Kurt Griffiths 01ad3f1a8f chore: Stub out how the kernel will be configured, and connect transports and storage
Change-Id: Ib92e4f7914688a60f81e078de4da32f11067b80c
Implements: blueprint endpoints
2013-02-26 19:40:42 +01:00

13 lines
261 B
Plaintext

[drivers]
;transport = wsgi, zmq
transport = wsgi
storage = mongodb
[drivers:transport:wsgi]
port = 8888
;[drivers:transport:zmq]
;port = 9999
[drivers:storage:mongodb]
uri = mongodb://db1.example.net,db2.example.net:2500/?replicaSet=test&ssl=true&w=majority