
Instead of configuring storage X by parameters in the main section "X_class = backend" and "X_param = value", use a new section in the config: "[storage:X]" and use "class = backend" and "param = value" there. This is the beginning, it includes a try at being backward compatible. But that try isn't really fully useful anyway.
23 lines
540 B
INI
23 lines
540 B
INI
[mediagoblin]
|
|
direct_remote_path = /mgoblin_static/
|
|
email_sender_address = "notice@mediagoblin.example.org"
|
|
|
|
# set to false to enable sending notices
|
|
email_debug_mode = true
|
|
|
|
# Set to false to disable registrations
|
|
allow_registration = true
|
|
|
|
## Uncomment this to put some user-overriding templates here
|
|
#local_templates = %(here)s/user_dev/templates/
|
|
|
|
[storage:queuestore]
|
|
base_dir = %(here)s/user_dev/media/queue
|
|
|
|
[storage:publicstore]
|
|
base_dir = %(here)s/user_dev/media/public
|
|
base_url = /mgoblin_media/
|
|
|
|
[celery]
|
|
# Put celery stuff here
|