zaqar/tests/etc/wsgi_sqlite.conf
cpallares c8e3a089d6 Cleans up marconi-queues and marconi-proxy config files
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
2013-11-21 13:14:57 -06:00

14 lines
170 B
Plaintext

[DEFAULT]
debug = False
verbose = False
admin_mode = False
[drivers]
transport = wsgi
storage = sqlite
[drivers:transport:wsgi]
bind = 0.0.0.0
port = 8888
workers = 20