We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb744ce commit 038914cCopy full SHA for 038914c
1 file changed
pkg/sshd/config.go
@@ -9,7 +9,7 @@ type Config struct {
9
SSHHostIP string `envconfig:"SSH_HOST_IP" default:"0.0.0.0" required:"true"`
10
SSHHostPort int `envconfig:"SSH_HOST_PORT" default:"2223" required:"true"`
11
HealthSrvPort int `envconfig:"HEALTH_SERVER_PORT" default:"8092"`
12
- HealthSrvTestStorageRegion string `envconfig:"HEALTH_SERVER_TEST_STORAGE_REGION" default:"us-east-1"`
+ HealthSrvTestStorageRegion string `envconfig:"STORAGE_REGION" default:"us-east-1"`
13
CleanerPollSleepDurationSec int `envconfig:"CLEANER_POLL_SLEEP_DURATION_SEC" default:"1"`
14
}
15
0 commit comments