mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
* Add c-lightning support * Got subscribe paid invoices working with c-lightning * Remove log lines * Use a single config section for all lightning configs * Fix itest config * Update configuration doc with new confis
23 lines
369 B
INI
23 lines
369 B
INI
[node]
|
|
network=testnet
|
|
|
|
[lightning]
|
|
external_host=localhost
|
|
lnd_tls_cert_path=~/.lnd/tls.cert
|
|
lnd_macaroon_path=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon
|
|
|
|
[bitcoin]
|
|
rpc_host=localhost
|
|
rpc_port=18332
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
zeromq_hashblock_port=28334
|
|
|
|
[tor]
|
|
proxy_ip=localhost
|
|
proxy_port=9150
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|