From aa4298d4d4e7e29b0416bf4bfdb7fa4808cb30db Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 12 Apr 2021 16:28:17 -0700 Subject: [PATCH] updating config --- config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..24792b8 --- /dev/null +++ b/config.json @@ -0,0 +1,16 @@ +{ + "listeners": [ + { + "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