From efaded84fa440b4f1f5ea4c6b3a33590e2a82490 Mon Sep 17 00:00:00 2001
From: Lyuben Penkovski <lyuben.penkovski@vereign.com>
Date: Mon, 5 Sep 2022 12:51:54 +0300
Subject: [PATCH] Updated service addresses

---
 env/infohub.env | 2 +-
 env/signer.env  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/env/infohub.env b/env/infohub.env
index 043976a..ac20771 100644
--- a/env/infohub.env
+++ b/env/infohub.env
@@ -10,4 +10,4 @@ MONGO_PASS="root"
 CACHE_ADDR="http://cache:8080"
 POLICY_ADDR="http://policy:8080"
 SIGNER_ADDR="http://signer:8080"
-ISSUER_URI="did:web:986d-130-204-251-128.eu.ngrok.io:policy:policy:example:returnDID:1.0:evaluation"
+ISSUER_URI="did:web:17a1-2a00-4802-2c0-9295-59ff-6a60-b735-32ea.eu.ngrok.io:policy:policy:example:returnDID:1.0:evaluation"
diff --git a/env/signer.env b/env/signer.env
index 97bfbab..d8b6008 100644
--- a/env/signer.env
+++ b/env/signer.env
@@ -5,7 +5,7 @@ HTTP_IDLE_TIMEOUT="120s"
 HTTP_READ_TIMEOUT="10s"
 HTTP_WRITE_TIMEOUT="10s"
 VAULT_ADDR="http://vault:8200"
-VAULT_TOKEN="hvs.SaCAgNfJk91T1Qikb3XxH3ve"
+VAULT_TOKEN=
 VAULT_SIGNING_KEY="key1"
-VAULT_SUPPORTED_KEYS="ed25519,ecdsa-p256,ecdsa-p384,ecdsa-p521,rsa-2048"
-CREDENTIAL_ISSUER="did:web:986d-130-204-251-128.eu.ngrok.io:policy:policy:example:returnDID:1.0:evaluation"
+VAULT_SUPPORTED_KEYS="ed25519,ecdsa-p256,ecdsa-p384,ecdsa-p521"
+CREDENTIAL_ISSUER="did:web:17a1-2a00-4802-2c0-9295-59ff-6a60-b735-32ea.eu.ngrok.io:policy:policy:example:returnDID:1.0:evaluation"
-- 
GitLab