From 0f41fe82833295ca57ad9e2a8bff89384e7cce3f Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 3 Jun 2021 14:13:56 -0700 Subject: [PATCH] accidentatly pushed config --- 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": "" } ] }