mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
27 lines
374 B
INI
27 lines
374 B
INI
[DEFAULT]
|
|
network=testnet
|
|
|
|
[lnd]
|
|
host=lnd
|
|
external_host=75.25.138.252
|
|
port=9735
|
|
rpc_port=10009
|
|
tls_cert_path=/root/.lnd/tls.cert
|
|
macaroon_path=/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon
|
|
|
|
[electrum]
|
|
rpc_host=
|
|
rpc_port=
|
|
rpc_user=
|
|
rpc_pass=
|
|
|
|
[server]
|
|
rpc_host=0.0.0.0
|
|
rpc_port=8774
|
|
price=10
|
|
|
|
[postgresql]
|
|
host=db
|
|
database=squeakserver
|
|
user=postgres
|
|
password=postgres
|