diff --git a/config/config.go b/config/config.go index da62d0d..25654d6 100644 --- a/config/config.go +++ b/config/config.go @@ -53,7 +53,7 @@ func GetConfig(args map[string]string) (*Config, error) { if args["port"] != "" { port = args["port"] } else { - port = GetEnvDefault("PORT", "3333") + port = GetEnvDefault("PORT", "3010") } if args["loglevel"] != "" { logLevel = logging.GetLogLevel(args["loglevel"])