Default port is 2015

This commit is contained in:
Matthew Holt 2015-04-25 14:28:56 -06:00
parent ce74333348
commit 24d9d23743

View File

@ -12,7 +12,7 @@ import (
const (
defaultHost = "localhost"
defaultPort = "80"
defaultPort = "2015"
defaultRoot = "."
// The default configuration file to load if none is specified