Committing present MediaGoblin translations before pushing extracted messages
[mediagoblin.git] / mediagoblin / tests / appconfig_static_plugin.ini
CommitLineData
1b2cf1e8
CAW
1[mediagoblin]
2direct_remote_path = /test_static/
3email_sender_address = "notice@mediagoblin.example.org"
4email_debug_mode = true
5
6# TODO: Switch to using an in-memory database
7sql_engine = "sqlite:///%(here)s/user_dev/mediagoblin.db"
8
9# Celery shouldn't be set up by the application as it's setup via
10# mediagoblin.init.celery.from_celery
11celery_setup_elsewhere = true
12
13[storage:publicstore]
14base_dir = %(here)s/user_dev/media/public
15base_url = /mgoblin_media/
16
17[storage:queuestore]
18base_dir = %(here)s/user_dev/media/queue
19
20[celery]
21CELERY_ALWAYS_EAGER = true
22CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
23BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
24
25[plugins]
26[[mediagoblin.tests.testplugins.staticstuff]]