mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
24 lines
469 B
INI
24 lines
469 B
INI
[node]
|
|
network=testnet
|
|
|
|
[lightning]
|
|
external_host=localhost
|
|
lnd_rpc_host=localhost
|
|
lnd_rpc_port=10004
|
|
lnd_tls_cert_path=/home/yzernik/.polar/networks/1/volumes/lnd/bob/tls.cert
|
|
lnd_macaroon_path=/home/yzernik/.polar/networks/1/volumes/lnd/bob/data/chain/bitcoin/regtest/admin.macaroon
|
|
|
|
[bitcoin]
|
|
rpc_host=localhost
|
|
rpc_port=18445
|
|
rpc_user=polaruser
|
|
rpc_pass=polarpass
|
|
|
|
[tor]
|
|
proxy_ip=localhost
|
|
proxy_port=9150
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|