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": "" } ] }