mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
25 lines
316 B
INI
25 lines
316 B
INI
[node]
|
|
network=testnet
|
|
|
|
[lightning]
|
|
backend=clightning
|
|
external_host=clightning_server
|
|
external_port=19735
|
|
|
|
[clightning]
|
|
enabled=true
|
|
|
|
[bitcoin]
|
|
rpc_host=bitcoin-core
|
|
rpc_port=18332
|
|
rpc_user=devuser
|
|
rpc_pass=devpass
|
|
|
|
[tor]
|
|
proxy_ip=tor-node
|
|
proxy_port=9050
|
|
|
|
[webadmin]
|
|
enabled=true
|
|
username=devuser
|
|
password=devpass
|