Use standard Lightning Network port for LND

Only use the non-standard one internally, so we can run both c-lightning
and lnd on the same machine.
This commit is contained in:
2021-01-01 14:13:58 +01:00
parent f5f234c0fd
commit 37f1fa79e7
3 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ node.default['lnd']['alias'] = 'ln2.kosmos.org'
node.default['lnd']['color'] = '#5e0c99'
node.default['lnd']['log_level'] = 'info'
node.default['lnd']['public_ip'] = '148.251.237.111'
node.default['lnd']['public_port'] = '9375'
node.default['lnd']['port'] = '9736'
node.default['lnd']['minchansize'] = '1000000'
node.default['lnd']['basefee'] = '500'