diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-11 23:46:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 23:46:22 +0000 |
commit | fe5d47e46a96c541f1bf472607d4158a9a7c6e18 (patch) | |
tree | c158a758c650885cb9577e4d4d222985e0125f67 /config/config.example.toml | |
parent | e89c3425eefadedce96582f0f5e31dcb692792d3 (diff) | |
parent | 51a0ecb536b86147ceb27901cc22b3ada8e06a6a (diff) |
Merge pull request #189 from lowercasename/instance-information
Update docs and Docker Compose config
Diffstat (limited to 'config/config.example.toml')
-rw-r--r-- | config/config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.toml b/config/config.example.toml index d58fe35..32e2039 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -20,7 +20,7 @@ show_kofi = false # '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 +# 'nodemailer', 'sendgrid', or 'none'. Configure settings for this mail # service below. mail_service = "none" # An array of email addresses which are permitted to create events. If this is |