fix(docs): Duplicate user key in example config.json (#9735)

related: #9734
This commit is contained in:
bo0tzz
2024-05-24 22:06:08 +02:00
committed by GitHub
parent fdaa0e5413
commit 602f0a3499

View File

@@ -157,9 +157,6 @@ The default configuration looks like this:
"server": {
"externalDomain": "",
"loginPageMessage": ""
},
"user": {
"deleteDelay": 7
}
}
```