From: Michael Date: Thu, 3 Nov 2022 20:14:52 +0000 (+0000) Subject: Added settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9fcdb405e8fb24b68aeef606966dcd383cf1d591;p=friendica.git Added settings --- diff --git a/static/settings.config.php b/static/settings.config.php index 8e62e9bb3e..89f87fee69 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' => '',