🐛 forgot config change

This commit is contained in:
EntireTwix 2021-04-21 15:58:00 -07:00
parent 839dd96145
commit ac24bca5d9

View file

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