From d1f2d04803b799092e16a260824a548c574cfaca Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 7 Jul 2018 17:46:20 -0400 Subject: [PATCH] Add missing default config keys - Add config.admin_nickname - Add config.info - Add featurelock section --- config/defaults.ini.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/defaults.ini.php b/config/defaults.ini.php index 5139102779..cd17347410 100644 --- a/config/defaults.ini.php +++ b/config/defaults.ini.php @@ -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)