lnd: fix rpc/rest port configuration
This commit is contained in:
parent
ff7f5cc3bd
commit
5feb9e3eae
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ let
|
|||
tlskeypath=${secretsDir}/lnd-key
|
||||
|
||||
listen=${toString cfg.listen}:${toString cfg.listenPort}
|
||||
rpclisten=${cfg.rpclisten}
|
||||
restlisten=${cfg.restlisten}
|
||||
rpclisten=${cfg.rpclisten}:${toString cfg.rpcPort}
|
||||
restlisten=${cfg.restlisten}:${toString cfg.restPort}
|
||||
|
||||
bitcoin.${bitcoind.network}=1
|
||||
bitcoin.active=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue