diff --git a/backend/config/config.go b/backend/config/config.go index e447192..7960e0a 100644 --- a/backend/config/config.go +++ b/backend/config/config.go @@ -16,6 +16,7 @@ type Config struct { TrashDir string VersionsDir string BackupDir string + MaxLoginAttempts int LockoutSeconds int OnlyOfficeJWT string OnlyOfficeHost string