2bba034d67
Use stevedore to load both transport and storage drivers. It will allow other users to extend Marconi with their own storages / transports more easily. Stevedore also covers most of the cases around managing plugins. Change-Id: Ic417c29cef41bdb72c8c446937905509db5ba8cd
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = sqlite
|
|
|
|
[drivers:transport:wsgi]
|
|
bind = 0.0.0.0
|
|
port = 8888
|
|
workers = 20
|