From b0ec99c90a10b77e93295769ab70b291865e50b4 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 22 Apr 2021 00:43:30 -0700 Subject: [PATCH] why wont gitignore work --- 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