c8e3a089d6
Changes [proxy:config] and [queues:config] into just [drivers] since both these projects are separate and so there's less repetition. Change-Id: I982b5a08ed45426df17d9008854853c68c207608 Closes-Bug:#1231669
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = mongodb
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
[drivers:storage:mongodb]
|
|
uri = mongodb://127.0.0.1:27017
|
|
database = marconi_test
|