From 9fcdb405e8fb24b68aeef606966dcd383cf1d591 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Nov 2022 20:14:52 +0000 Subject: [PATCH] Added settings --- static/settings.config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/settings.config.php b/static/settings.config.php index 8e62e9bb3..89f87fee6 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -168,6 +168,10 @@ return [ // Periodically (once an hour) run an "optimize table" command for cache tables 'optimize_tables' => false, + // register_notification (Boolean) + // Send a notification mail to the admin for each new registration. + 'register_notification' => true, + // relay_deny_tags (String) // Comma separated list of tags that are rejected. 'relay_deny_tags' => '',