Skip to content

Commit 9c3b2a0

Browse files
authored
Don't consider RENDER_HOST environment variable (#12)
1 parent 3c12c52 commit 9c3b2a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/cfg/cfg.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ var Version = "dev"
1010
var osInfo string
1111

1212
func GetHost() string {
13-
if host := os.Getenv("RENDER_HOST"); host != "" {
14-
return host
15-
}
16-
1713
return "https://api.render.com/v1/"
1814
}
1915

0 commit comments

Comments
 (0)