hopefully the last config commit

This commit is contained in:
William Katz 2021-04-22 22:09:53 -07:00 committed by GitHub
parent 9d6b1e0f8c
commit bb5535fdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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