actually fix it

pull/700/head^2
Simon Aronsson 4 years ago
parent f697870ed5
commit 023919e0fd
No known key found for this signature in database
GPG Key ID: 8DA57A5FD341605B

@ -300,7 +300,7 @@ Should only be used for testing.`)
// SetDefaults provides default values for environment variables
func SetDefaults() {
day := time.Hour * 24 / time.Second
day := time.Hour * 24
viper.AutomaticEnv()
viper.SetDefault("DOCKER_HOST", "unix:///var/run/docker.sock")
viper.SetDefault("DOCKER_API_VERSION", DockerAPIMinVersion)

Loading…
Cancel
Save