summaryrefslogtreecommitdiff
path: root/src/lib/config.ts
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2024-02-25 21:27:13 +0000
committerGitHub <noreply@github.com>2024-02-25 21:27:13 +0000
commit7ff0bebd9fbdf1c982d7cc42a7057d36a3e2486a (patch)
tree05b1d8b1d63baed174883cc96807051e530969a2 /src/lib/config.ts
parentb17238eb2840553c69fc2dae168be557afbcee9c (diff)
parentcd0f291eb1a608589fcc2c1875fa7099ed8e2c51 (diff)
Merge pull request #133 from lowercasename/rk/restricted-event-creation
Optionally restrict event creation to specific email addresses
Diffstat (limited to 'src/lib/config.ts')
-rw-r--r--src/lib/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.ts b/src/lib/config.ts
index 6f142e5..93c04df 100644
--- a/src/lib/config.ts
+++ b/src/lib/config.ts
@@ -18,6 +18,7 @@ interface GathioConfig {
email_logo_url: string;
show_kofi: boolean;
mail_service: "nodemailer" | "sendgrid";
+ creator_email_addresses: string[];
};
database: {
mongodb_url: string;