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

@@ -43,7 +43,7 @@ template "#{lnd_dir}/lnd.conf" do
variables lnd_alias: node['lnd']['alias'],
lnd_color: node['lnd']['color'],
lnd_log_level: node['lnd']['log_level'],
lnd_public_ip: node['lnd']['public_ip'],
lnd_externalip: "#{node['lnd']['public_ip']}:#{node['lnd']['public_port']}",
lnd_port: node['lnd']['port'],
lnd_minchansize: node['lnd']['minchansize'],
lnd_basefee: node['lnd']['basefee'],