accidentatly pushed config

This commit is contained in:
William Katz 2021-06-03 14:13:56 -07:00 committed by GitHub
parent 54f604402c
commit 0f41fe8283
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": ""
} }
] ]
} }