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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user