docs: Document video resolution config.
[mediagoblin.git] / mediagoblin / tests / test_paste.ini
... / ...
CommitLineData
1[DEFAULT]
2debug = true
3
4[app:main]
5use = egg:mediagoblin#app
6config = %(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]
13CELERY_ALWAYS_EAGER = true
14
15[server:main]
16use = egg:waitress#main
17host = 127.0.0.1
18port = 6543