mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
* Use default configs for webadmin * Remove sqlite config from config file * Use default config for sqk dir * Use derived default lnd tls cert path in config * Use default config for macaroon path * Remove macaroon path config from docker config.ini * Got mainnet working in docker * Update readme * Remove unused network param in docker config.ini file * Update readme
17 lines
212 B
INI
17 lines
212 B
INI
[squeaknode]
|
|
price=1000
|
|
max_squeaks_per_address_per_hour=100
|
|
enable_sync=true
|
|
|
|
[lnd]
|
|
host=lnd
|
|
|
|
[bitcoin]
|
|
rpc_host=btcd
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|