From ae483eac09bfade6d2b84613b9265e8e2c48b7fd Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 22 Apr 2021 00:37:44 -0700 Subject: [PATCH] messed up config.json --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.json b/config.json index eeadc3c..5576c78 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