diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-25 21:34:33 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 00:11:03 +0000 |
commit | b3c9cba6478dc16d135313aa6d0adcc02d67ece6 (patch) | |
tree | 508ef236dc805b950fedeeca7f8dd3559d66a162 /config | |
parent | afd9fc4477fff90e5db917f350d99c3d01fba2bd (diff) |
feat: optional public events/groups
Diffstat (limited to 'config')
-rw-r--r-- | config/config.example.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/config.example.toml index e9995de..4e00171 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -16,6 +16,9 @@ email_logo_url = "" # Show a Ko-Fi box to donate money to Raphael (Gathio's creator) on the front # page. show_kofi = false +# Show a list of events and groups on the front page which have been marked as +# 'Display this event/group on the public event/group list'. +show_public_event_list = false # Which mail service to use to send emails to hosts and attendees. Options are # 'nodemailer' or 'sendgrid'. Configure settings for this mail # service below. |