add pdf media type
[mediagoblin.git] / mediagoblin / tests / test_mgoblin_app.ini
CommitLineData
623bee73 1[mediagoblin]
91b89bde 2direct_remote_path = /test_static/
623bee73
CAW
3email_sender_address = "notice@mediagoblin.example.org"
4email_debug_mode = true
d693f6bd 5
8e96bcbc 6# TODO: Switch to using an in-memory database
d693f6bd 7sql_engine = "sqlite:///%(here)s/test_user_dev/mediagoblin.db"
623bee73 8
8ff4dec7 9# tag parsing
8ff4dec7
CFD
10tags_max_length = 50
11
c2d6792d
E
12# So we can start to test attachments:
13allow_attachments = True
14
9ea5c28b 15# Celery shouldn't be set up by the application as it's setup via
073b61fe 16# mediagoblin.init.celery.from_celery
623bee73 17celery_setup_elsewhere = true
9ea5c28b 18
a80ebf3b
AL
19media_types = mediagoblin.media_types.image, mediagoblin.media_types.pdf
20
63c9a0c7
CAW
21[storage:publicstore]
22base_dir = %(here)s/test_user_dev/media/public
23base_url = /mgoblin_media/
24
25[storage:queuestore]
ba880861 26base_dir = %(here)s/test_user_dev/media/queue
63c9a0c7 27
9ea5c28b 28[celery]
e9f87f72 29CELERY_ALWAYS_EAGER = true
d693f6bd
CAW
30CELERY_RESULT_DBURI = "sqlite:///%(here)s/test_user_dev/celery.db"
31BROKER_HOST = "sqlite:///%(here)s/test_user_dev/kombu.db"
a11aa2d1
JW
32
33[plugins]
0df00eb6 34[[mediagoblin.plugins.api]]
a11aa2d1 35[[mediagoblin.plugins.oauth]]
57c6473a
JW
36[[mediagoblin.plugins.httpapiauth]]
37