From 83b426a3e50f7530d2ae8ddc5ad2feabeb87e65a Mon Sep 17 00:00:00 2001
From: Damyan Mitev <damyan.mitev@vereign.com>
Date: Fri, 28 Aug 2020 17:12:41 +0300
Subject: [PATCH] update config

---
 config.yaml.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.yaml.sample b/config.yaml.sample
index b4e69a2..7b82d5a 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
-- 
GitLab