From b5b6a0e2cfc052e41245e67cb1543d8f10c0b0e9 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..9fda13e 100644 --- a/env/signer.env +++ b/env/signer.env @@ -7,5 +7,5 @@ HTTP_WRITE_TIMEOUT="10s" VAULT_ADDR="http://vault:8200" VAULT_TOKEN="hvs.SaCAgNfJk91T1Qikb3XxH3ve" 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