From b2c36481f304544f263eb8851f8018f75dfc6cf3 Mon Sep 17 00:00:00 2001 From: Yordan Kinkov <yordan.kinkov@vereign.com> Date: Fri, 10 Nov 2023 16:03:25 +0200 Subject: [PATCH] Add polices repository as policy service ENV variable --- env/policy.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/policy.env b/env/policy.env index 8271318..906999e 100644 --- a/env/policy.env +++ b/env/policy.env @@ -5,7 +5,7 @@ HTTP_IDLE_TIMEOUT="120s" HTTP_READ_TIMEOUT="10s" HTTP_WRITE_TIMEOUT="10s" #MONGO_ADDR="mongodb://mongo:27017/policy?replicaSet=rs0&authSource=admin" -POLICY_REPOSITORY_CLONE_URL="https://gitlab.com/gaia-x/data-infrastructure-federation-services/tsa/policies.git" +POLICY_REPOSITORY_CLONE_URL="https://gitlab.eclipse.org/eclipse/xfsc/tsa/policies.git" MONGO_USER="root" MONGO_PASS="root" MONGO_DBNAME="policy" -- GitLab