From f2686b60b5a38fee187848032115e0b022b31c77 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Mon, 25 Sep 2017 15:17:44 -0500 Subject: override guard url when simulator feature enabled Change-Id: I6af04238d043b95960a29484bcfbb08d2eab5b13 Issue-ID: POLICY-256 Signed-off-by: Jorge Hernandez --- .../src/main/feature/config/simulators.properties.environment | 1 + 1 file changed, 1 insertion(+) (limited to 'controlloop/common/feature-controlloop-utils/src') diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment index daa98799c..ec5023b2e 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment @@ -23,4 +23,5 @@ aai.url=http://localhost:6666 so.url=http://localhost:6667 vfc.url=http://localhost:6668 +guard.url=http://localhost:6669/pdp/api/getDecision -- cgit 1.2.3-korg