mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
sample-config: add no-rest-tls
This commit is contained in:
parent
4d0537d4c3
commit
b529d42929
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@
|
||||||
; Disable REST API.
|
; Disable REST API.
|
||||||
; norest=true
|
; norest=true
|
||||||
|
|
||||||
|
; Disable TLS for the REST API.
|
||||||
|
; no-rest-tls=true
|
||||||
|
|
||||||
; Shortest backoff when reconnecting to persistent peers. Valid time units are
|
; Shortest backoff when reconnecting to persistent peers. Valid time units are
|
||||||
; {s, m, h}.
|
; {s, m, h}.
|
||||||
; minbackoff=1s
|
; minbackoff=1s
|
||||||
|
|
Loading…
Add table
Reference in a new issue