Fix #1025 - Make API IDs IRIs
[mediagoblin.git] / mediagoblin / tests / test_paste.ini
1 [DEFAULT]
2 debug = true
3
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
11
12 [celery]
13 CELERY_ALWAYS_EAGER = true
14
15 [server:main]
16 use = egg:gunicorn
17 host = 127.0.0.1
18 port = 6543