mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-26 10:03:50 +03:00
fixed Enforced misspeling :)
This commit is contained in:
parent
fa3e6cb5a2
commit
94cab0c204
@ -402,7 +402,7 @@ class GlobalConfig:
|
||||
)
|
||||
# Paranoid security
|
||||
ENFORCE_ZERO_TRUST: Config.Value = Config.section(SECURITY_SECTION).value(
|
||||
'Enforze Zero-Trust Mode', '0', type=Config.BOOLEAN_FIELD
|
||||
'Enforce Zero-Trust Mode', '0', type=Config.BOOLEAN_FIELD
|
||||
)
|
||||
# Time an admi session can be idle before being "logged out"
|
||||
# ADMIN_IDLE_TIME: Config.Value = Config.section(SECURITY_SECTION).value('adminIdleTime', '14400', type=Config.NUMERIC_FIELD) # Defaults to 4 hous
|
||||
|
Loading…
x
Reference in New Issue
Block a user