mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Revert "Remove usage of squeak_core from squeak_store (#2029)"
This reverts commit bd15c653aa.
* Add make squeak method to squeak store class
* Add pay offer method to squeak store
* Remove squeak_core from controller constructor
* Remove default port param from controller constructor
* Fix broken itests
* Got download single squeak working synchronously
29 lines
457 B
INI
29 lines
457 B
INI
[node]
|
|
network=simnet
|
|
price_msat=1000000
|
|
max_squeaks_per_public_key_per_block=50
|
|
|
|
[lnd]
|
|
host=lnd
|
|
tls_cert_path=/root/.lnd/tls.cert
|
|
macaroon_path=/root/.lnd/data/chain/bitcoin/simnet/admin.macaroon
|
|
|
|
[bitcoin]
|
|
rpc_host=btcd
|
|
rpc_port=18556
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
rpc_use_ssl=true
|
|
rpc_ssl_cert=/rpc/rpc.cert
|
|
|
|
[server]
|
|
external_address=myexternaladdress.com
|
|
external_port=8765
|
|
|
|
[postgresql]
|
|
host=db
|
|
user=postgres
|
|
password=postgres
|
|
|
|
[rpc]
|
|
enabled=true
|