0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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