Merge remote-tracking branch 'refs/remotes/elrond/misc/pytest_enable_testing'
[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
a80ebf3b
AL
15media_types = mediagoblin.media_types.image, mediagoblin.media_types.pdf
16
63c9a0c7
CAW
17[storage:publicstore]
18base_dir = %(here)s/test_user_dev/media/public
19base_url = /mgoblin_media/
20
21[storage:queuestore]
ba880861 22base_dir = %(here)s/test_user_dev/media/queue
63c9a0c7 23
9ea5c28b 24[celery]
e9f87f72 25CELERY_ALWAYS_EAGER = true
d693f6bd
CAW
26CELERY_RESULT_DBURI = "sqlite:///%(here)s/test_user_dev/celery.db"
27BROKER_HOST = "sqlite:///%(here)s/test_user_dev/kombu.db"
a11aa2d1
JW
28
29[plugins]
0df00eb6 30[[mediagoblin.plugins.api]]
a11aa2d1 31[[mediagoblin.plugins.oauth]]
57c6473a 32[[mediagoblin.plugins.httpapiauth]]
76f0fb8c 33[[mediagoblin.plugins.piwigo]]