fix schema definition of apiAllowedIPs

This commit is contained in:
Christoph Kluge 2024-12-03 15:22:34 +01:00
parent 9de5879786
commit 763c9dfa6b

View File

@ -10,7 +10,10 @@
},
"apiAllowedIPs": {
"description": "Addresses from which secured API endpoints can be reached",
"type": "array",
"items": {
"type": "string"
}
},
"user": {
"description": "Drop root permissions once .env was read and the port was taken. Only applicable if using privileged port.",