Add missing default config keys
- Add config.admin_nickname - Add config.info - Add featurelock section
This commit is contained in:
parent
3255b2364b
commit
d1f2d04803
|
@ -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.
|
; 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_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)
|
; max_import_size (Integer)
|
||||||
; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
|
; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
|
||||||
max_import_size = 200000
|
max_import_size = 200000
|
||||||
|
@ -450,6 +458,9 @@ directory = https://dir.friendi.social
|
||||||
; Timeout in seconds for fetching the XRD links.
|
; Timeout in seconds for fetching the XRD links.
|
||||||
xrd_timeout = 20
|
xrd_timeout = 20
|
||||||
|
|
||||||
|
; Used in the admin settings to lock certain features
|
||||||
|
[featurelock]
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
|
|
||||||
; exp_themes (Boolean)
|
; exp_themes (Boolean)
|
||||||
|
|
Loading…
Reference in a new issue