From cda5136b440bf0a6903c36a3a1000937838e785b Mon Sep 17 00:00:00 2001 From: SKP Date: Tue, 18 Jun 2019 22:05:07 +0200 Subject: [PATCH] Added lightning_external_ip to config schema version 0.1.0 --- cyphernodeconf_docker/schema/config-v0.1.0.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cyphernodeconf_docker/schema/config-v0.1.0.json b/cyphernodeconf_docker/schema/config-v0.1.0.json index f72734b..044e2f8 100644 --- a/cyphernodeconf_docker/schema/config-v0.1.0.json +++ b/cyphernodeconf_docker/schema/config-v0.1.0.json @@ -32,6 +32,7 @@ "gatekeeper_statuspw", "gatekeeper_datapath", "lightning_expose", + "lightning_external_ip", "lightning_implementation", "lightning_datapath", "lightning_nodename", @@ -316,6 +317,15 @@ false ] }, + "lightning_external_ip": { + "$id": "#/properties/lightning_external_ip", + "type": "string", + "format": "ipv4", + "title": "Lightning node reachable ip", + "examples": [ + "123.123.123.123" + ] + }, "gatekeeper_datapath": { "$id": "#/properties/gatekeeper_datapath", "type": "string",