From 60901564f6bc85e242d7caae86c7aa60c7a08cd8 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sun, 25 Apr 2021 13:30:21 -0700 Subject: [PATCH] why git! why! --- config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index eeadc3c..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": "" } ] -} \ No newline at end of file +}