Skip to content

Commit aefc6e4

Browse files
author
Sivaram Mothiki
committed
Merge pull request #195 from smothiki/appdel
feat(storage): use single storage region variable
2 parents fb744ce + 038914c commit aefc6e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sshd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Config struct {
99
SSHHostIP string `envconfig:"SSH_HOST_IP" default:"0.0.0.0" required:"true"`
1010
SSHHostPort int `envconfig:"SSH_HOST_PORT" default:"2223" required:"true"`
1111
HealthSrvPort int `envconfig:"HEALTH_SERVER_PORT" default:"8092"`
12-
HealthSrvTestStorageRegion string `envconfig:"HEALTH_SERVER_TEST_STORAGE_REGION" default:"us-east-1"`
12+
HealthSrvTestStorageRegion string `envconfig:"STORAGE_REGION" default:"us-east-1"`
1313
CleanerPollSleepDurationSec int `envconfig:"CLEANER_POLL_SLEEP_DURATION_SEC" default:"1"`
1414
}
1515

0 commit comments

Comments
 (0)