2 direct_remote_path = /test_static/
3 email_sender_address = "notice@mediagoblin.example.org"
4 email_debug_mode = true
6 #Runs with an in-memory sqlite db for speed.
7 sql_engine = "sqlite://"
10 # Celery shouldn't be set up by the application as it's setup via
11 # mediagoblin.init.celery.from_celery
12 celery_setup_elsewhere = true
15 base_dir = %(here)s/user_dev/media/public
16 base_url = /mgoblin_media/
19 base_dir = %(here)s/user_dev/media/queue
22 CELERY_ALWAYS_EAGER = true
23 CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
24 BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
27 [[mediagoblin.tests.testplugins.staticstuff]]