Browse Source

enable https and debug switch

master
sp 4 years ago
parent
commit
a9a06fb72f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      config.json

+ 3
- 0
config.json View File

@@ -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/",

Loading…
Cancel
Save