squeaknode/itests/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

18 lines
236 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
[postgresql]
host=db
user=postgres
password=postgres