Skip to content

Commit 041ed03

Browse files
committed
better default value
1 parent 12ac0e7 commit 041ed03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/api/internal/cfg/model.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type Config struct {
111111
AuthProvider sharedauth.ProviderConfig `env:"AUTH_PROVIDER_CONFIG"`
112112

113113
DefaultPersistentVolumeType string `env:"DEFAULT_PERSISTENT_VOLUME_TYPE"`
114-
PlaceholderPersistentVolumeType string `env:"PLACEHOLDER_PERSISTENT_VOLUME_TYPE" envDefault:"REPLACEME"`
114+
PlaceholderPersistentVolumeType string `env:"PLACEHOLDER_PERSISTENT_VOLUME_TYPE" envDefault:"__DEFAULT_VOLUME_TYPE__"`
115115

116116
// DefaultPersistentVolumeTypeByRegion is the per-region default volume type,
117117
// e.g. "us-west3:zonalfilestore-us-west3". A team's region is resolved from

0 commit comments

Comments
 (0)