Simplifying server config handling

This commit is contained in:
Frederick F. Kautz IV
2015-04-23 12:43:27 -07:00
parent a216bf836a
commit 5c515d3138
3 changed files with 10 additions and 36 deletions

View File

@@ -29,6 +29,7 @@ type Config struct {
CertFile string
KeyFile string
Websocket bool // TODO
Domain string
}
// Server - http server related