From 721b68dc27459063f66ed8792f14a46994e89bfa Mon Sep 17 00:00:00 2001 From: Nadine Quin <103633799+nadinequinr3@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:14:19 +0100 Subject: [PATCH] allow same host/port --- .../schema/configuration/p2p.gateway/1.0/corda.p2p.gateway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.gateway/1.0/corda.p2p.gateway.json b/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.gateway/1.0/corda.p2p.gateway.json index 383ebd2c4e..e5380382de 100644 --- a/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.gateway/1.0/corda.p2p.gateway.json +++ b/data/config-schema/src/main/resources/net/corda/schema/configuration/p2p.gateway/1.0/corda.p2p.gateway.json @@ -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,