Add ?next= when trying to add a comment when not logged in
[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
63c9a0c7 16[storage:publicstore]
491029bc 17base_dir = %(here)s/user_dev/media/public
63c9a0c7
CAW
18base_url = /mgoblin_media/
19
20[storage:queuestore]
491029bc 21base_dir = %(here)s/user_dev/media/queue
63c9a0c7 22
9ea5c28b 23[celery]
e9f87f72 24CELERY_ALWAYS_EAGER = true
491029bc
CAW
25CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
26BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
a11aa2d1
JW
27
28[plugins]
0df00eb6 29[[mediagoblin.plugins.api]]
a11aa2d1 30[[mediagoblin.plugins.oauth]]
57c6473a 31[[mediagoblin.plugins.httpapiauth]]
76f0fb8c 32[[mediagoblin.plugins.piwigo]]
fa723291 33[[mediagoblin.plugins.basic_auth]]
5adb906a 34[[mediagoblin.plugins.openid]]
e6991972
RE
35[[mediagoblin.media_types.image]]
36[[mediagoblin.media_types.pdf]]