Start mediagoblin.init
[mediagoblin.git] / mediagoblin / tests / test_mgoblin_app.ini
CommitLineData
623bee73
CAW
1[mediagoblin]
2queuestore_base_dir = %(here)s/test_user_dev/media/queue
3publicstore_base_dir = %(here)s/test_user_dev/media/public
4publicstore_base_url = /mgoblin_media/
5direct_remote_path = /mgoblin_static/
6email_sender_address = "notice@mediagoblin.example.org"
7email_debug_mode = true
8db_name = __mediagoblin_tests__
9
9ea5c28b
CAW
10# Celery shouldn't be set up by the application as it's setup via
11# mediagoblin.celery_setup.from_celery
623bee73 12celery_setup_elsewhere = true
9ea5c28b
CAW
13
14[celery]
15celery_always_eager = true