Use the default values in commented mediagoblin.ini config entries.

This commit is contained in:
Ben Sturmfels 2021-08-15 23:16:23 +10:00
parent 550202bf0a
commit c8175e18fe
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -23,9 +23,9 @@ email_sender_address = "notice@mediagoblin.example.org"
# Set to false to enable sending notices
email_debug_mode = true
# Configure the mail server
#email_smtp_host = mailhub
#email_smtp_port = 25
## Configure the mail server.
# email_smtp_host = ""
# email_smtp_port = 0
# Set to false to disable registrations
allow_registration = true
@ -37,11 +37,11 @@ allow_reporting = true
# local_templates = %(data_basedir)s/templates/
# Change the date format
#datetime_format = "%I:%M%p %Y-%m-%d"
# datetime_format = "%I:%M%p %Y-%m-%d"
# Show some more metadata
#original_date_visible = True
#exif_visible = True
## Show some more metadata
# original_date_visible = false
# exif_visible = false
## You can set your theme by specifying this (not specifying it will
## use the default theme). Run `gmg assetlink` to apply the change.
@ -50,7 +50,7 @@ allow_reporting = true
# theme = airy
## If you want the terms of service displayed, you can uncomment this
# show_tos = true
# show_tos = false
user_privilege_scheme = "uploader,commenter,reporter"
[storage:queuestore]