From b9e51e25cd297e381e4c7e3642479e209abd1d3b Mon Sep 17 00:00:00 2001 From: sp Date: Tue, 2 Mar 2021 21:20:54 +1100 Subject: [PATCH] enable https and debug switch. --- config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.go b/config.go index 25f40e5..66e994c 100644 --- a/config.go +++ b/config.go @@ -15,7 +15,10 @@ type configStaticHtml struct { type configuration struct { Host string Port string + TlsCert string + TlsKey string Static []configStaticHtml + Debug bool Session struct { Guest bool Year int //how many years