Skip to content

Commit

Permalink
fix schema definition of apiAllowedIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Dec 3, 2024
1 parent 9de5879 commit 763c9df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/schema/schemas/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"apiAllowedIPs": {
"description": "Addresses from which secured API endpoints can be reached",
"type": "string"
"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.",
Expand Down

0 comments on commit 763c9df

Please sign in to comment.