updating config

This commit is contained in:
EntireTwix 2021-04-12 16:28:17 -07:00
parent f8f464ef3f
commit aa4298d4d4

16
config.json Normal file
View file

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