mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Added settings
This commit is contained in:
parent
0f9e2b6da4
commit
9fcdb405e8
1 changed files with 4 additions and 0 deletions
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue