Update config/defaults.ini.php
- Move sections around - Update config.admin_email value type
This commit is contained in:
parent
5e8185f7b4
commit
6d4615fabd
1 changed files with 13 additions and 11 deletions
|
@ -3,16 +3,6 @@
|
||||||
; This file declares the default values for all the config values of Friendica.
|
; This file declares the default values for all the config values of Friendica.
|
||||||
; Please don't edit this file as its content may change in the upcoming versions.
|
; Please don't edit this file as its content may change in the upcoming versions.
|
||||||
|
|
||||||
[jabber]
|
|
||||||
|
|
||||||
; debug (Boolean)
|
|
||||||
; Enable debug level for the jabber account synchronisation.
|
|
||||||
debug = false
|
|
||||||
|
|
||||||
; lockpath (Path)
|
|
||||||
; Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
|
|
||||||
lockpath =
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
|
||||||
; host (String)
|
; host (String)
|
||||||
|
@ -38,7 +28,7 @@ charset = utf8mb4
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
|
||||||
; admin_email (String)
|
; admin_email (Comma-separated list)
|
||||||
; 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 =
|
||||||
|
|
||||||
|
@ -444,14 +434,26 @@ directory = https://dir.friendi.social
|
||||||
xrd_timeout = 20
|
xrd_timeout = 20
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
|
|
||||||
; exp_themes (Boolean)
|
; exp_themes (Boolean)
|
||||||
; Show experimental themes in user settings.
|
; Show experimental themes in user settings.
|
||||||
exp_themes = false
|
exp_themes = false
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
|
|
||||||
; hide_eventlist (Boolean)
|
; hide_eventlist (Boolean)
|
||||||
; Don't show the birthdays and events on the profile and network page
|
; Don't show the birthdays and events on the profile and network page
|
||||||
hide_eventlist = false
|
hide_eventlist = false
|
||||||
|
|
||||||
|
[jabber]
|
||||||
|
|
||||||
|
; debug (Boolean)
|
||||||
|
; Enable debug level for the jabber account synchronisation.
|
||||||
|
debug = false
|
||||||
|
|
||||||
|
; lockpath (Path)
|
||||||
|
; Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
|
||||||
|
lockpath =
|
||||||
|
|
||||||
INI;
|
INI;
|
||||||
// Keep this line
|
// Keep this line
|
Loading…
Reference in a new issue