Compiled the new Swedish translations.
[mediagoblin.git] / mediagoblin.ini
1 [mediagoblin]
2 queuestore_base_dir = %(here)s/user_dev/media/queue
3 publicstore_base_dir = %(here)s/user_dev/media/public
4 publicstore_base_url = /mgoblin_media/
5 direct_remote_path = /mgoblin_static/
6 email_sender_address = "notice@mediagoblin.example.org"
7
8 # set to false to enable sending notices
9 email_debug_mode = true
10
11 # Set to false to disable registrations
12 allow_registration = true
13
14 ## Uncomment this to put some user-overriding templates here
15 #local_templates = %(here)s/user_dev/templates/
16
17 [celery]
18 # Put celery stuff here