mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
31 lines
436 B
INI
31 lines
436 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
|
|
|
|
[bitcoin]
|
|
rpc_host=btcd
|
|
rpc_port=18334
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
|
|
[server]
|
|
rpc_host=0.0.0.0
|
|
rpc_port=8774
|
|
price=10
|
|
|
|
[admin]
|
|
rpc_host=0.0.0.0
|
|
rpc_port=8994
|
|
|
|
[postgresql]
|
|
host=db
|
|
database=squeakserver
|
|
user=postgres
|
|
password=postgres
|