From 20ba71010028aa0040581c86dd8e1ec2b99f9400 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 19 May 2021 13:40:53 -0700 Subject: [PATCH] Update config.json --- 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": "" } ] }