From b529d42929aa7e84421835b43823a1d1c7996b44 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Wed, 11 Nov 2020 09:41:23 +0100 Subject: [PATCH] sample-config: add no-rest-tls --- sample-lnd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index 79977a4a1..ebf23f4fe 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -176,6 +176,9 @@ ; Disable REST API. ; norest=true +; Disable TLS for the REST API. +; no-rest-tls=true + ; Shortest backoff when reconnecting to persistent peers. Valid time units are ; {s, m, h}. ; minbackoff=1s