another config commit

This commit is contained in:
EntireTwix 2021-04-22 00:53:01 -07:00
parent 4e442d7abc
commit 060c4211a5

View file

@ -4,6 +4,13 @@
"address": "0.0.0.0", "address": "0.0.0.0",
"port": 80, "port": 80,
"https": false "https": false
},
{
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "",
"key": ""
} }
] ]
} }