Fix #5415 - Deleted comments get removed properly when tombstones
[mediagoblin.git] / mediagoblin / tests / test_paste.ini
CommitLineData
c5678c1a
CAW
1[DEFAULT]
2debug = true
3
88a5739d 4[app:main]
c5678c1a 5use = egg:mediagoblin#app
5c2ece74 6config = %(here)s/mediagoblin.ini
88a5739d
BP
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
491029bc 11
c5678c1a 12[celery]
e9f87f72 13CELERY_ALWAYS_EAGER = true
c5678c1a
CAW
14
15[server:main]
d61778a4 16use = egg:waitress#main
c5678c1a
CAW
17host = 127.0.0.1
18port = 6543