mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add new settings ignored by configuration warnings: RELOAD_MIN_TIMEOUT, DISABLE_CONFIGURATION_TESTING, and OLDPWD
This commit is contained in:
parent
adc016b6d8
commit
e3d5d5cd51
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ class Configurator:
|
|||
"CUSTOM_LOG_LEVEL",
|
||||
"HEALTHCHECK_INTERVAL",
|
||||
"DATABASE_RETRY_TIMEOUT",
|
||||
"RELOAD_MIN_TIMEOUT",
|
||||
"DISABLE_CONFIGURATION_TESTING",
|
||||
"GPG_KEY",
|
||||
"HOME",
|
||||
"HOSTNAME",
|
||||
|
|
@ -222,6 +224,7 @@ class Configurator:
|
|||
"NAMESPACE",
|
||||
"TZ",
|
||||
"DYNPKG_RELEASE",
|
||||
"OLDPWD",
|
||||
)
|
||||
)
|
||||
):
|
||||
|
|
|
|||
Loading…
Reference in a new issue