Disable domain based routing for now

This commit is contained in:
Harshavardhana
2015-04-30 21:15:53 -07:00
parent f3078d047c
commit bbc32d6ac0
4 changed files with 16 additions and 13 deletions

View File

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