mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-19 11:14:20 +01:00
Added lightning_external_ip to config schema version 0.1.0
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user