Skip to content

Commit cce9ce3

Browse files
author
Aaron Schlesinger
committed
fix(config.go): default the storage region to us-east-1
1 parent fc96bff commit cce9ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Config struct {
1818
Username string `envconfig:"USERNAME" required:"true"`
1919
Fingerprint string `envconfig:"FINGERPRINT" required:"true"`
2020
PodNamespace string `envconfig:"POD_NAMESPACE" required:"true"`
21-
StorageRegion string `envconfig:"STORAGE_REGION" default:""`
21+
StorageRegion string `envconfig:"STORAGE_REGION" default:"us-east-1"`
2222
}
2323

2424
func (c Config) App() string {

0 commit comments

Comments
 (0)