Create config.json

This commit is contained in:
William Katz 2021-06-09 16:13:49 -07:00 committed by GitHub
parent 86ab9a0e8e
commit 3958369382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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