summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.example.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.example.toml b/config/config.example.toml
index 8f5a09d..73e90d0 100644
--- a/config/config.example.toml
+++ b/config/config.example.toml
@@ -17,6 +17,11 @@ show_kofi = false
# 'nodemailer' or 'sendgrid'. Configure settings for this mail
# service below.
mail_service = "nodemailer"
+# An array of email addresses which are permitted to create events. If this is
+# empty, anyone can create events.
+# For example:
+# creator_email_addresses = ["test@test.com", "admin@test.com"]
+creator_email_addresses = []
[database]
# Set up for a locally running MongoDB connection. Change this to