diff --git a/config/config.go b/config/config.go index 8a9a4f18..4f35fb7a 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ import ( const ( defaultHost = "localhost" - defaultPort = "80" + defaultPort = "2015" defaultRoot = "." // The default configuration file to load if none is specified