diff --git a/config.yaml.sample b/config.yaml.sample index b4e69a22e975f9cfd99c520979297c390c05ef7d..7b82d5a6d0515231a00e864a7322fd276ec78d02 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -56,8 +56,8 @@ globalLogLevel: debug # Until vereign root cert expires, these values will copy the values of certificationVereign(Cert|Key)File. # When the root cert is changed, the new root will be set in certificationVereign(Cert|Key)File, # while here will continue to be the old root -vaultEncryptionURL: http://10.6.10.119:8200 +vaultEncryptionURL: http://10.6.16.32:8200 vaultEncryptionToken: YOUR_VAULT_TOKEN vaultEncryptionPath: /developers/data/devteam/cert -vaultEncryptionCertFile: vereignCaCertificateKey -vaultEncryptionKeyFile: vereignCaPrivateKey +vaultEncryptionCertFile: encryptionCert +vaultEncryptionKeyFile: enctyptionKey