Removed DOCKER_INDEX_URL

This commit is contained in:
Sam Alba 2013-07-09 08:10:43 -07:00
parent 019324015b
commit 33d97e81eb
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
} }
func IndexServerAddress() string { func IndexServerAddress() string {
if os.Getenv("DOCKER_INDEX_URL") != "" {
return os.Getenv("DOCKER_INDEX_URL") + "/v1/"
}
return INDEXSERVER return INDEXSERVER
} }