mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
ae9fdd72c6
* update to newer cln hold plugin * fix docker stuff * forgotten rename * add proto files from cln repo * add CLN_GRPC_HOLD_HOST to .env-sample
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
network=testnet
|
|
proxy=127.0.0.1:9050
|
|
bind-addr=127.0.0.1:9736
|
|
addr=statictor:127.0.0.1:9051
|
|
grpc-port=9999
|
|
grpc-hold-port=9998
|
|
always-use-proxy=true
|
|
important-plugin=/root/.lightning/plugins/cln-grpc-hold
|
|
# wallet=postgres://user:pass@localhost:5433/cln
|
|
# bookkeeper-db=postgres://user:pass@localhost:5433/cln |