diff --git a/config.json b/config.json index 9504a9b..ae2b9ab 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,9 @@ { "Host":"0.0.0.0", "Port":"8080", + "TlsCert": "/home/sp/go/src/fullchain.pem", + "TlsKey": "/home/sp/go/src/privkey.pem", + "Debug": true, "Static": [ { "Dir": "./html/",