Fix MediaTag __init__ to handle no args
[mediagoblin.git] / mediagoblin.ini
CommitLineData
daed11b8
E
1# If you want to make changes to this file, first copy it to
2# mediagoblin_local.ini, then make the changes there.
3
8d808c1f 4[mediagoblin]
8d808c1f
CAW
5direct_remote_path = /mgoblin_static/
6email_sender_address = "notice@mediagoblin.example.org"
7
8# set to false to enable sending notices
9email_debug_mode = true
10
13677ef9
RL
11# Set to false to disable registrations
12allow_registration = true
13
cfa96da7
CAW
14## Uncomment this to turn on video or enable other media types
15# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
16
8d808c1f
CAW
17## Uncomment this to put some user-overriding templates here
18#local_templates = %(here)s/user_dev/templates/
19
ed797069
E
20[storage:queuestore]
21base_dir = %(here)s/user_dev/media/queue
22
23[storage:publicstore]
24base_dir = %(here)s/user_dev/media/public
25base_url = /mgoblin_media/
26
8d808c1f
CAW
27[celery]
28# Put celery stuff here