diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-21 15:14:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-21 15:14:45 -0500 |
commit | 63c9a0c766559ddd9bea79a03499040a0f3f9853 (patch) | |
tree | 4d1f955dfb9602f57f0f5223ce5e6511736ecd15 /mediagoblin/tests/test_mgoblin_app.ini | |
parent | bd3b566dbecdcc9e0ee0f919e63ae753869db187 (diff) | |
download | mediagoblin-63c9a0c766559ddd9bea79a03499040a0f3f9853.tar.lz mediagoblin-63c9a0c766559ddd9bea79a03499040a0f3f9853.tar.xz mediagoblin-63c9a0c766559ddd9bea79a03499040a0f3f9853.zip |
Updating tests for new storage config code
Diffstat (limited to 'mediagoblin/tests/test_mgoblin_app.ini')
-rw-r--r-- | mediagoblin/tests/test_mgoblin_app.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mediagoblin/tests/test_mgoblin_app.ini b/mediagoblin/tests/test_mgoblin_app.ini index 7716e9ca..0109d751 100644 --- a/mediagoblin/tests/test_mgoblin_app.ini +++ b/mediagoblin/tests/test_mgoblin_app.ini @@ -1,7 +1,4 @@ [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 @@ -15,5 +12,12 @@ tags_max_length = 50 # mediagoblin.init.celery.from_celery celery_setup_elsewhere = true +[storage:publicstore] +base_dir = %(here)s/test_user_dev/media/public +base_url = /mgoblin_media/ + +[storage:queuestore] +queuestore_base_dir = %(here)s/test_user_dev/media/queue + [celery] celery_always_eager = true |