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