mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
* Got docker-compose working with tor-simple tor proxy * Got itest working with simple-tor docker image * Delete old commented containers for tor
23 lines
342 B
INI
23 lines
342 B
INI
[node]
|
|
network=testnet
|
|
|
|
[lnd]
|
|
host=lnd
|
|
tls_cert_path=~/.lnd/tls.cert
|
|
macaroon_path=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon
|
|
|
|
[bitcoin]
|
|
rpc_host=bitcoin-core
|
|
rpc_port=18332
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
zeromq_hashblock_port=28334
|
|
|
|
[tor]
|
|
proxy_ip=tor-node
|
|
proxy_port=9050
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|