mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +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
18 lines
228 B
INI
18 lines
228 B
INI
[squeaknode]
|
|
network=simnet
|
|
price=1000
|
|
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
|