Skip to content

Commit

Permalink
Merge pull request #1293 from corda/nadinequinr3/CORE-16721/allow-ser…
Browse files Browse the repository at this point in the history
…ver-definitions-same-host-port

DOC-5944 Allow server definitions in Gateway config with same host/port but different path
  • Loading branch information
nadinequinr3 authored Oct 11, 2023
2 parents df258c8 + 721b68d commit c8af85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serversConfiguration": {
"type": "array",
"minItems": 1,
"description": "A list of HTTP servers that Corda listens to. The list is specified as an array of hostAddress, hostPort, and urlPath values. The hostAddress and hostPort pair must be unique for each server.",
"description": "A list of HTTP servers that Corda listens to. The list is specified as an array of hostAddress, hostPort, and urlPath values.",
"default": [{
"hostAddress": "0.0.0.0",
"hostPort": 8080,
Expand Down

0 comments on commit c8af85b

Please sign in to comment.