1
0
Fork 0
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:
Aidan Fitzgerald 2019-03-07 20:10:35 -05:00
parent a8c24dde1f
commit b8963413db

View file

@ -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)