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
14 lines
170 B
Plaintext
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
|