squeaknode/docker/config.ini
Jonathan Zernik 6641e64995
Use msat as price unit (#427)
* Use price_msat for config and internally

* Use price_msat in admin protocol for offer message

* Use price_msat in sent payments table and protocol

* Update frontend to use new protocol with price_msat for offer

* Update static build
2020-11-10 02:35:24 -05:00

16 lines
185 B
INI

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