aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-08-15 23:16:23 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-08-15 23:16:23 +1000
commitc8175e18fe566d2dc73ef13569154bf0aa5afd16 (patch)
tree01a27529da7cac80943507a947159d355e0bdca3
parent550202bf0a0a0962fe55f8a0022e10503323927f (diff)
downloadmediagoblin-c8175e18fe566d2dc73ef13569154bf0aa5afd16.tar.lz
mediagoblin-c8175e18fe566d2dc73ef13569154bf0aa5afd16.tar.xz
mediagoblin-c8175e18fe566d2dc73ef13569154bf0aa5afd16.zip
Use the default values in commented mediagoblin.ini config entries.
-rw-r--r--mediagoblin.example.ini16
1 files 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]