mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Got docker-compose working with bitcoin-core * Got itest working * Add bitcoin use_ssl config * Rename service to bitcoin-core in docker-compose
16 lines
193 B
INI
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
|