From c8175e18fe566d2dc73ef13569154bf0aa5afd16 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sun, 15 Aug 2021 23:16:23 +1000 Subject: Use the default values in commented mediagoblin.ini config entries. --- mediagoblin.example.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini index b1769e2d..6da625b6 100644 --- a/mediagoblin.example.ini +++ b/mediagoblin.example.ini @@ -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] -- cgit v1.2.3