Fix #5391 - Alembic migrations would only work for SQLite
[larjonas-mediagoblin.git] / mediagoblin / tests / test_paste.ini
blob8d75c3cb3076c23865a7527ddd19b8f4c2851073
1 [DEFAULT]
2 debug = true
4 [app:main]
5 use = egg:mediagoblin#app
6 config = %(here)s/mediagoblin.ini
7 /mgoblin_media = %(here)s/user_dev/media/public
8 /test_static = %(here)s/mediagoblin/static
9 /theme_static = %(here)s/user_dev/theme_static
10 /plugin_static = %(here)s/user_dev/plugin_static
12 [celery]
13 CELERY_ALWAYS_EAGER = true
15 [server:main]
16 use = egg:gunicorn
17 host = 127.0.0.1
18 port = 6543