zot-bin: Add login failure delay setting

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2024-03-28 23:36:05 +01:00
parent 5e50749366
commit 817890a648
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"externalUrl": "http://127.0.0.1:8080",
"realm": "zot",
"auth": {
"failDelay": 5,
"htpasswd": {
"path": "/etc/zot/htpasswd"
}