mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
TOML requires Boolean values to be lowercase
https://github.com/toml-lang/toml/issues/390
This commit is contained in:
parent
a8c24dde1f
commit
b8963413db
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ DISABLE_REGULAR_ORG_CREATION = false
|
|||
|
||||
[security]
|
||||
; Whether the installer is disabled
|
||||
INSTALL_LOCK = {{ skip_install_screen }}
|
||||
INSTALL_LOCK = {{ skip_install_screen | lower }}
|
||||
; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
|
||||
SECRET_KEY = !#@FDEWREWR&*(
|
||||
; How long to remember that an user is logged in before requiring relogin (in days)
|
||||
|
|
Loading…
Reference in a new issue