From 2ea49b6e13b87d6c878216268bc4a1fe712cfd3c Mon Sep 17 00:00:00 2001 From: Lucas ONeil Date: Mon, 18 Mar 2024 16:22:10 -0700 Subject: [PATCH] Remove bcovrin dev from docker and helm default Signed-off-by: Lucas ONeil --- charts/vc-authn-oidc/values.yaml | 3 --- docker/agent/config/ledgers.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/charts/vc-authn-oidc/values.yaml b/charts/vc-authn-oidc/values.yaml index 17834f7c..825bd884 100644 --- a/charts/vc-authn-oidc/values.yaml +++ b/charts/vc-authn-oidc/values.yaml @@ -295,9 +295,6 @@ acapy: ## @param acapy.ledgers.yml [object] ledgers.yml: - - id: BCovrinDev - is_production: true - genesis_url: "http://dev.bcovrin.vonx.io/genesis" - id: BCovrinTest is_production: true genesis_url: "http://test.bcovrin.vonx.io/genesis" diff --git a/docker/agent/config/ledgers.yaml b/docker/agent/config/ledgers.yaml index 23ca8f4d..5fa6b86a 100644 --- a/docker/agent/config/ledgers.yaml +++ b/docker/agent/config/ledgers.yaml @@ -1,6 +1,3 @@ -- id: BCovrinDev - is_production: true - genesis_url: 'http://dev.bcovrin.vonx.io/genesis' - id: BCovrinTest is_production: true genesis_url: 'http://test.bcovrin.vonx.io/genesis'