From 8e98ab0ae73dc3393d65e209aa3929cff13ce25b Mon Sep 17 00:00:00 2001
From: Olivier Mehani <shtrom+mediagoblin@ssji.net>
Date: Wed, 13 May 2020 22:31:36 +1000
Subject: [PATCH 3/6] Add some example config
* smtp details
* datetime format
* some metadata display
Signed-off-by: Olivier Mehani <shtrom+mediagoblin@ssji.net>
---
mediagoblin.example.ini | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini
index 7b528359..6648fb91 100644
a
|
b
|
email_sender_address = "notice@mediagoblin.example.org"
|
23 | 23 | # Set to false to enable sending notices |
24 | 24 | email_debug_mode = true |
25 | 25 | |
| 26 | # Configure the mail server |
| 27 | #email_smtp_host = mailhub |
| 28 | #email_smtp_port = 25 |
| 29 | |
26 | 30 | # Set to false to disable registrations |
27 | 31 | allow_registration = true |
28 | 32 | |
… |
… |
allow_reporting = true
|
32 | 36 | ## Uncomment this to put some user-overriding templates here |
33 | 37 | # local_templates = %(data_basedir)s/templates/ |
34 | 38 | |
| 39 | # Change the date format |
| 40 | #datetime_format = "%I:%M%p %Y-%m-%d" |
| 41 | |
| 42 | # Show some more metadata |
| 43 | #original_date_visible = True |
| 44 | #exif_visible = True |
| 45 | |
35 | 46 | ## You can set your theme by specifying this (not specifying it will |
36 | 47 | ## use the default theme). Run `gmg assetlink` to apply the change. |
37 | 48 | ## The airy and sandyseventiesspeedboat theme comes with GMG; please |