fix: add MaxLoginAttempts to Config struct
Some checks failed
Automated Container Build / build-and-push (push) Failing after 53s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 53s
This commit is contained in:
parent
109c602692
commit
a7f76e2e97
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ type Config struct {
|
||||||
TrashDir string
|
TrashDir string
|
||||||
VersionsDir string
|
VersionsDir string
|
||||||
BackupDir string
|
BackupDir string
|
||||||
|
MaxLoginAttempts int
|
||||||
LockoutSeconds int
|
LockoutSeconds int
|
||||||
OnlyOfficeJWT string
|
OnlyOfficeJWT string
|
||||||
OnlyOfficeHost string
|
OnlyOfficeHost string
|
||||||
|
|
|
||||||
Reference in a new issue