]> git.mxchange.org Git - friendica.git/commitdiff
Add missing default config keys
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 7 Jul 2018 21:46:20 +0000 (17:46 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:15 +0000 (19:38 -0400)
- Add config.admin_nickname
- Add config.info
- Add featurelock section

config/defaults.ini.php

index 5139102779cb7aab2b694c9c67896305c64a944a..cd1734741086f024739ea388194f602474867023 100644 (file)
@@ -32,6 +32,14 @@ charset = utf8mb4
 ; In order to perform system administration via the admin panel, this must precisely match the email address of the person logged in.
 admin_email =
 
+; admin_nickname (String)
+; Nickname of the main admin user, used if there are more than one admin user defined in config.admin_email
+admin_nickname =
+
+; info (String)
+; Plaintext description of this node, used in the /friendica module
+info =
+
 ; max_import_size (Integer)
 ; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
 max_import_size = 200000
@@ -450,6 +458,9 @@ directory = https://dir.friendi.social
 ; Timeout in seconds for fetching the XRD links.
 xrd_timeout = 20
 
+; Used in the admin settings to lock certain features
+[featurelock]
+
 [experimental]
 
 ; exp_themes (Boolean)