aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_paste.ini
blob: 1c5f09fadf1f6dae96a63462578f72eb70002279 (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:waitress#main
host = 127.0.0.1
port = 6543