[mirotalk] - #317 – fix typo [skip ci]
This commit is contained in:
+2
-2
@@ -72,8 +72,8 @@ HOST_PROTECTED=false # true or false
|
||||
HOST_USER_AUTH=false # true or false
|
||||
HOST_USERS='[{"username": "admin", "password": "admin"},{"username": "guest", "password": "guest"}]'
|
||||
|
||||
HOST_MAX_LOGIN_ATTEMPTS=5 # Maximum number of failed login attempts allowed within the time window
|
||||
HOST_MIN_LOGIN_BLOCK_TIME=15 # Duration of the lockout window (in minutes)
|
||||
HOST_MAX_LOGIN_ATTEMPTS=5 # Maximum login attempts before temporary block
|
||||
HOST_MIN_LOGIN_BLOCK_TIME=15 # Block duration in minutes after max attempts exceeded
|
||||
|
||||
# JWT token config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user