From 3b735d10aef10e95906f75a69e96c7d0cd5b0491 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 20 May 2021 22:04:12 -0700 Subject: [PATCH] :bug: config changed on accident --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.json b/config.json index 331a931..fa95be9 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,13 @@ "address": "0.0.0.0", "port": 80, "https": false + }, + { + "address": "0.0.0.0", + "port": 443, + "https": true, + "cert": "", + "key": "" } ] }