From 39583693825990fb174beb73a4162c6fc39fb49e Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 9 Jun 2021 16:13:49 -0700 Subject: [PATCH] Create config.json --- 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..fa95be9 --- /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": "" + } + ] +}