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