mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
* Remove shared volume for btcd cert file * Got ssl cert working as a config * Remove old comment about adding ssl certificate in dockerfile
20 lines
280 B
INI
20 lines
280 B
INI
[squeaknode]
|
|
network=simnet
|
|
price_msat=1000000
|
|
max_squeaks_per_address_per_hour=5
|
|
|
|
[lnd]
|
|
host=lnd
|
|
external_host=lnd_server
|
|
|
|
[bitcoin]
|
|
rpc_host=btcd
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
rpc_use_ssl=true
|
|
rpc_ssl_cert=/rpc/rpc.cert
|
|
|
|
[postgresql]
|
|
host=db
|
|
user=postgres
|
|
password=postgres
|