diff --git a/server/http.go b/server/http.go index c89d240..d0bebcd 100644 --- a/server/http.go +++ b/server/http.go @@ -105,7 +105,6 @@ func nilParseUint(s string, base int, bitSize int) *uint64 { } func readEnvConfig() (string, *yaml.Node) { - if s, ok := os.LookupEnv("GCQ_HTTP_PORT"); !ok || s == "" { return "", nil }