Skip to content

Commit

Permalink
fix(config): Also allow number as type for port
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 28, 2023
1 parent be950c1 commit 4fe577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/capellacollab/config/config_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ properties:
host:
type: string
port:
type: string
type: ["number", "string"]
scheme:
type: string
metadata:
Expand Down

0 comments on commit 4fe577a

Please sign in to comment.