mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
* 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
16 lines
185 B
INI
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
|