From 24d9d23743de47e3d6f01a52635ff6bbe69e1a9e Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 25 Apr 2015 14:28:56 -0600 Subject: [PATCH] Default port is 2015 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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