Fix test_celery_setup error
[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
4a698535
EL
6#Runs with an in-memory sqlite db for speed.
7sql_engine = "sqlite://"
8run_migrations = true
623bee73 9
8ff4dec7 10# tag parsing
8ff4dec7
CFD
11tags_max_length = 50
12
c2d6792d
E
13# So we can start to test attachments:
14allow_attachments = True
15
001a50a8
RE
16upload_limit = 500
17
53cf5b45
RE
18max_file_size = 2
19
63c9a0c7 20[storage:publicstore]
491029bc 21base_dir = %(here)s/user_dev/media/public
63c9a0c7
CAW
22base_url = /mgoblin_media/
23
24[storage:queuestore]
491029bc 25base_dir = %(here)s/user_dev/media/queue
63c9a0c7 26
9ea5c28b 27[celery]
e9f87f72 28CELERY_ALWAYS_EAGER = true
491029bc 29CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
41098dff 30BROKER_URL = "sqlite:///%(here)s/test_user_dev/kombu.db"
a11aa2d1
JW
31
32[plugins]
0df00eb6 33[[mediagoblin.plugins.api]]
57c6473a 34[[mediagoblin.plugins.httpapiauth]]
76f0fb8c 35[[mediagoblin.plugins.piwigo]]
fa723291 36[[mediagoblin.plugins.basic_auth]]
5adb906a 37[[mediagoblin.plugins.openid]]
e6991972 38[[mediagoblin.media_types.image]]
0ce775ac
CAW
39## These ones enabled by specific applications
40# [[mediagoblin.media_types.video]]
41# [[mediagoblin.media_types.audio]]
42# [[mediagoblin.media_types.pdf]]