mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
30 lines
543 B
INI
30 lines
543 B
INI
|
|
[node]
|
||
|
|
network=testnet
|
||
|
|
sqk_dir_path=/home/yzernik/.sqk-other
|
||
|
|
|
||
|
|
[lightning]
|
||
|
|
external_host=localhost
|
||
|
|
lnd_rpc_host=localhost
|
||
|
|
lnd_rpc_port=10003
|
||
|
|
lnd_tls_cert_path=/home/yzernik/.polar/networks/1/volumes/lnd/alice/tls.cert
|
||
|
|
lnd_macaroon_path=/home/yzernik/.polar/networks/1/volumes/lnd/alice/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
|
||
|
|
port=12995
|
||
|
|
|
||
|
|
[server]
|
||
|
|
port=18558
|