From 5cbc35fbb8313fd1c11a74ae685af6421ad11b0a Mon Sep 17 00:00:00 2001 From: Gerald Baulig Date: Mon, 6 May 2024 16:13:34 +0200 Subject: [PATCH] fix(test): configs --- cfg/config.json | 11 +++-------- cfg/config_production.json | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/cfg/config.json b/cfg/config.json index 71a99fb..606d168 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -179,6 +179,9 @@ } }, "client": { + "acs-srv": { + "address": "localhost:50061" + }, "user": { "address": "localhost:50051" }, @@ -263,14 +266,6 @@ "enabled": true, "enforce": true, "database": "arangoDB", - "client": { - "acs-srv": { - "address": "localhost:50061" - }, - "user": { - "address": "localhost:50051" - } - }, "urns": { "entity": "urn:restorecommerce:acs:names:model:entity", "user": "urn:restorecommerce:acs:model:user.User", diff --git a/cfg/config_production.json b/cfg/config_production.json index 127f797..843edf8 100644 --- a/cfg/config_production.json +++ b/cfg/config_production.json @@ -31,6 +31,9 @@ } }, "client": { + "acs-srv": { + "address": "access-control-srv:50051" + }, "user": { "address": "identity-srv:50051" }, @@ -75,14 +78,6 @@ } }, "authorization": { - "client": { - "acs-srv": { - "address": "access-control-srv:50051" - }, - "user": { - "address": "identity-srv:50051" - } - }, "cache": { "url": "redis://redis:6379" }