Write template to render blog about page.
[mediagoblin.git] / mediagoblin / tests / test_mgoblin_app.ini
1 [mediagoblin]
2 direct_remote_path = /test_static/
3 email_sender_address = "notice@mediagoblin.example.org"
4 email_debug_mode = true
5
6 #Runs with an in-memory sqlite db for speed.
7 sql_engine = "sqlite://"
8 run_migrations = true
9
10 # tag parsing
11 tags_max_length = 50
12
13 # So we can start to test attachments:
14 allow_attachments = True
15
16 [storage:publicstore]
17 base_dir = %(here)s/user_dev/media/public
18 base_url = /mgoblin_media/
19
20 [storage:queuestore]
21 base_dir = %(here)s/user_dev/media/queue
22
23 [celery]
24 CELERY_ALWAYS_EAGER = true
25 CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
26 BROKER_URL = "sqlite:///%(here)s/test_user_dev/kombu.db"
27
28 [plugins]
29 [[mediagoblin.plugins.api]]
30 [[mediagoblin.plugins.oauth]]
31 [[mediagoblin.plugins.httpapiauth]]
32 [[mediagoblin.plugins.piwigo]]
33 [[mediagoblin.plugins.basic_auth]]
34 [[mediagoblin.plugins.openid]]
35 [[mediagoblin.media_types.image]]
36 [[mediagoblin.media_types.pdf]]