Merge branch 'permission_scheme' of gitorious.org:mediagoblin/npigeons-mediagoblin...
[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
4a698535
EL
6#Runs with an in-memory sqlite db for speed.
7sql_engine = "sqlite://"
8run_migrations = true
1b2cf1e8
CAW
9
10# Celery shouldn't be set up by the application as it's setup via
11# mediagoblin.init.celery.from_celery
12celery_setup_elsewhere = true
13
14[storage:publicstore]
15base_dir = %(here)s/user_dev/media/public
16base_url = /mgoblin_media/
17
18[storage:queuestore]
19base_dir = %(here)s/user_dev/media/queue
20
21[celery]
22CELERY_ALWAYS_EAGER = true
23CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
24BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
25
26[plugins]
27[[mediagoblin.tests.testplugins.staticstuff]]