mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Use localhost in readme config example (#1291)
This commit is contained in:
parent
daa1c2d62c
commit
047c3a7d67
1 changed files with 2 additions and 2 deletions
|
|
@ -16,12 +16,12 @@ Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PR
|
|||
network=mainnet
|
||||
|
||||
[lnd]
|
||||
host=lnd
|
||||
host=localhost
|
||||
tls_cert_path=~/.lnd/tls.cert
|
||||
macaroon_path=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||
|
||||
[bitcoin]
|
||||
rpc_host=bitcoin-core
|
||||
rpc_host=localhost
|
||||
rpc_port=8332
|
||||
rpc_user=devuser
|
||||
rpc_pass=devpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue