aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.example.ini
diff options
context:
space:
mode:
authorOlivier Mehani <shtrom+mediagoblin@ssji.net>2021-03-08 09:35:39 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-08 09:36:38 +1100
commit84b54b18eaebdd02bafc5b0563dc83ed798afa0a (patch)
tree8f6e1d8260baf18a6d1371d70366fe11abfe1a40 /mediagoblin.example.ini
parentca76eea5a83969786788384bc5decbe034723def (diff)
downloadmediagoblin-84b54b18eaebdd02bafc5b0563dc83ed798afa0a.tar.lz
mediagoblin-84b54b18eaebdd02bafc5b0563dc83ed798afa0a.tar.xz
mediagoblin-84b54b18eaebdd02bafc5b0563dc83ed798afa0a.zip
Mention some additional default settings in the config [#5618].
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
Diffstat (limited to 'mediagoblin.example.ini')
-rw-r--r--mediagoblin.example.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini
index 7b528359..6648fb91 100644
--- a/mediagoblin.example.ini
+++ b/mediagoblin.example.ini
@@ -23,6 +23,10 @@ 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
+
# Set to false to disable registrations
allow_registration = true
@@ -32,6 +36,13 @@ allow_reporting = true
## Uncomment this to put some user-overriding templates here
# local_templates = %(data_basedir)s/templates/
+# Change the date format
+#datetime_format = "%I:%M%p %Y-%m-%d"
+
+# Show some more metadata
+#original_date_visible = True
+#exif_visible = True
+
## You can set your theme by specifying this (not specifying it will
## use the default theme). Run `gmg assetlink` to apply the change.
## The airy and sandyseventiesspeedboat theme comes with GMG; please