squeaknode/docker/config.ini
Jonathan Zernik a43576a10e
Use bitcoincore for bitcoin node (#481)
* Got docker-compose working with bitcoin-core

* Got itest working

* Add bitcoin use_ssl config

* Rename service to bitcoin-core in docker-compose
2020-11-23 14:43:17 -05:00

16 lines
193 B
INI

[squeaknode]
price_msat=1000000
sync_interval_s=10
[lnd]
host=lnd
[bitcoin]
rpc_host=bitcoin-core
rpc_user=devuser
rpc_pass=devpass
[webadmin]
enabled=true
username=devuser
password=devpass