Added lightning_external_ip to config schema version 0.1.0

This commit is contained in:
SKP
2019-06-18 22:05:07 +02:00
parent 77d9d1eb4e
commit cda5136b44

View File

@@ -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",