
Lots of changes: - CELERY_CONFIG_FILE does not need to be set to the from_tests module to run tests anymore, in fact it *should not be set at all* and is specifically forbidden. - moved around the configuration to the new 2-file format - and generally adjusting the code appropriately.
13 lines
431 B
INI
13 lines
431 B
INI
[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 paste app factory as it's set up
|
|
# elsewhere
|
|
celery_setup_elsewhere = true
|