Merge branch 'idea/check_mgoblin_static'
[mediagoblin.git] / mediagoblin.ini
CommitLineData
8d808c1f 1[mediagoblin]
8d808c1f
CAW
2direct_remote_path = /mgoblin_static/
3email_sender_address = "notice@mediagoblin.example.org"
4
5# set to false to enable sending notices
6email_debug_mode = true
7
13677ef9
RL
8# Set to false to disable registrations
9allow_registration = true
10
8d808c1f
CAW
11## Uncomment this to put some user-overriding templates here
12#local_templates = %(here)s/user_dev/templates/
13
ed797069
E
14[storage:queuestore]
15base_dir = %(here)s/user_dev/media/queue
16
17[storage:publicstore]
18base_dir = %(here)s/user_dev/media/public
19base_url = /mgoblin_media/
20
8d808c1f
CAW
21[celery]
22# Put celery stuff here