Skip to content
Snippets Groups Projects
Commit 4b5c3ee3 authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

update default config values

parent 83b426a3
No related branches found
No related tags found
1 merge request!63vereign root certificate expires on 1st november
Pipeline #32189 passed with stages
in 5 minutes and 54 seconds
...@@ -91,8 +91,8 @@ func SetConfigValues(configFile, etcdURL string) error { ...@@ -91,8 +91,8 @@ func SetConfigValues(configFile, etcdURL string) error {
viper.SetDefault("vaultEncryptionURL", "") viper.SetDefault("vaultEncryptionURL", "")
viper.SetDefault("vaultEncryptionToken", "") viper.SetDefault("vaultEncryptionToken", "")
viper.SetDefault("vaultEncryptionPath", "") viper.SetDefault("vaultEncryptionPath", "")
viper.SetDefault("vaultEncryptionCertFile", "") viper.SetDefault("vaultEncryptionCertFile", "encryptionCert")
viper.SetDefault("vaultEncryptionKeyFile", "") viper.SetDefault("vaultEncryptionKeyFile", "enctyptionKey")
// Read Config File // Read Config File
if configFile != "" { if configFile != "" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment