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