Skip to content

Commit 038914c

Browse files
author
smothiki
committed
feat(storage): use single storage region variable
1 parent fb744ce commit 038914c

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)