zaqar/marconi/tests/etc/wsgi_sqlite.conf
Flaper Fesp 2bba034d67 Migrate to stevedore
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
2013-06-14 16:04:02 +02:00

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