From 7c97b8dddfe285f76adb95ab0a2f563b0c017c0e Mon Sep 17 00:00:00 2001 From: Francis Pouatcha Date: Thu, 25 Jul 2024 09:59:28 -0400 Subject: [PATCH] Deployment state of 20240725 Signed-off-by: Francis Pouatcha --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 1c08520..2aa25eb 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ TOOLS_DIR=$TARGET_DIR/tools # Dev dir where to clone keycloak # KC_TARGET_BRANCH=main -KC_TARGET_BRANCH=issuer-oid4vc-186-iat-claim +KC_TARGET_BRANCH=DEPLOY-20240725 KC_OID4VCI="keycloak_"$KC_TARGET_BRANCH # Ensure all sensitive data like passwords and keys are passed through environment variables or secure stores.