lnd: fix rpc/rest port configuration
This commit is contained in:
parent
ff7f5cc3bd
commit
5feb9e3eae
@ -18,8 +18,8 @@ let
|
|||||||
tlskeypath=${secretsDir}/lnd-key
|
tlskeypath=${secretsDir}/lnd-key
|
||||||
|
|
||||||
listen=${toString cfg.listen}:${toString cfg.listenPort}
|
listen=${toString cfg.listen}:${toString cfg.listenPort}
|
||||||
rpclisten=${cfg.rpclisten}
|
rpclisten=${cfg.rpclisten}:${toString cfg.rpcPort}
|
||||||
restlisten=${cfg.restlisten}
|
restlisten=${cfg.restlisten}:${toString cfg.restPort}
|
||||||
|
|
||||||
bitcoin.${bitcoind.network}=1
|
bitcoin.${bitcoind.network}=1
|
||||||
bitcoin.active=1
|
bitcoin.active=1
|
||||||
|
Loading…
Reference in New Issue
Block a user