(non-breaking) rebrand changed environment variables

This commit is contained in:
yusing
2024-11-04 03:29:26 +08:00
parent cf1ecbc826
commit 99e43fe340
4 changed files with 43 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ import (
)
var (
branch = common.GetEnv("GOPROXY_BRANCH", "v0.7")
branch = common.GetEnvString("BRANCH", "v0.7")
baseURL = "https://github.com/yusing/go-proxy/raw/" + branch
requiredConfigs = []Config{
{common.ConfigBasePath, true, false, ""},