fix last commit

This commit is contained in:
EntireTwix 2021-04-22 00:11:47 -07:00
parent f75f519e64
commit ca9c068fa1

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