Remove legacy runtime deployment paths
This commit is contained in:
@@ -782,7 +782,7 @@ func runReleasePlatformURL() string {
|
||||
if value := strings.TrimSpace(os.Getenv("PLATFORM_RUN_RELEASE_URL")); value != "" {
|
||||
return value
|
||||
}
|
||||
return "https://scum.npc0.com/"
|
||||
return "http://127.0.0.1:8080/"
|
||||
}
|
||||
|
||||
func distributionID(prefix string, parts ...interface{}) string {
|
||||
|
||||
Reference in New Issue
Block a user