[mirotalk] - #317 – fix typo [skip ci]

This commit is contained in:
Miroslav Pejic
2025-11-23 12:48:42 +01:00
parent f8385957f1
commit 864a144ff8
+2 -2
View File
@@ -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