From a9a06fb72fb14f3ba74164b8e98476a001a68715 Mon Sep 17 00:00:00 2001 From: sp Date: Tue, 2 Mar 2021 22:11:11 +1100 Subject: [PATCH] enable https and debug switch --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index 9504a9b..ae2b9ab 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,9 @@ { "Host":"0.0.0.0", "Port":"8080", + "TlsCert": "/home/sp/go/src/fullchain.pem", + "TlsKey": "/home/sp/go/src/privkey.pem", + "Debug": true, "Static": [ { "Dir": "./html/",