mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Got basic envoy proxy use working * Got envoy proxy working with frontend dev mode and envoy v 1.16.0 * Change envoy proxy port to 15081
19 lines
301 B
INI
19 lines
301 B
INI
[squeaknode]
|
|
price_msat=1000000
|
|
sync_interval_s=10
|
|
|
|
[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
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|