We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904d5e1 commit 312b020Copy full SHA for 312b020
pkg/config/cliConfiguration.go
@@ -474,7 +474,7 @@ func (c *Config) bindSettings() {
474
c.viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
475
c.viper.SetEnvPrefix(EnvSettingsPrefix)
476
err := c.WithOptions(
477
- WithBindEnv(SettingEncryptionCachePassphrase, true),
+ WithBindEnv(SettingEncryptionCachePassphrase, false),
478
WithBindEnv(SettingsMaxWorkers, 50),
479
WithBindEnv(SettingsWorkers, 1),
480
WithBindEnv(SettingsIncludeAllPageSize, 2000),
0 commit comments