From ac24bca5d94ce08ef6fad23e5445d67156ce826f Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 21 Apr 2021 15:58:00 -0700 Subject: [PATCH] :bug: forgot config change --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.json b/config.json index 9f4458f..24792b8 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": "" } ] } \ No newline at end of file