src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

config.template.json (264B)


      1 {
      2     "debug": true,
      3     "server": {
      4 	"certPath": "",
      5 	"keyPath": "",
      6 	"maxHeaderBytes": 1024,
      7 	"ports": {
      8 	    "http": "8080"
      9 	},
     10 	"timeouts": {
     11 	    "idle": 24000000000,
     12 	    "read": 8000000000,
     13 	    "shutdown": 30000000000,
     14 	    "write": 16000000000
     15 	}
     16     }
     17 }