aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_paste.ini
blob: 8d75c3cb3076c23865a7527ddd19b8f4c2851073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[DEFAULT]
debug = true

[app:main]
use = egg:mediagoblin#app
config = %(here)s/mediagoblin.ini
/mgoblin_media = %(here)s/user_dev/media/public
/test_static = %(here)s/mediagoblin/static
/theme_static = %(here)s/user_dev/theme_static
/plugin_static = %(here)s/user_dev/plugin_static

[celery]
CELERY_ALWAYS_EAGER = true

[server:main]
use = egg:gunicorn
host = 127.0.0.1
port = 6543