aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_mgoblin_app.ini
blob: e022d47b490f22646e67e1e15da0e0c76f575051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[mediagoblin]
queuestore_base_dir = %(here)s/test_user_dev/media/queue
publicstore_base_dir = %(here)s/test_user_dev/media/public
publicstore_base_url = /mgoblin_media/
direct_remote_path = /mgoblin_static/
email_sender_address = "notice@mediagoblin.example.org"
email_debug_mode = true
db_name = __mediagoblin_tests__

# Celery shouldn't be set up by the application as it's setup via
# mediagoblin.celery_setup.from_celery
celery_setup_elsewhere = true

[celery]
celery_always_eager = true