diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-25 15:17:44 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-09-25 15:17:44 -0500 |
commit | f2686b60b5a38fee187848032115e0b022b31c77 (patch) | |
tree | 31060c1a77dca55fe893b22a313fee8c408abd31 /controlloop/common/feature-controlloop-utils/src/main | |
parent | fd96af9ed800232811067e164e51554eea08a167 (diff) |
override guard url when simulator feature enabled
Change-Id: I6af04238d043b95960a29484bcfbb08d2eab5b13
Issue-ID: POLICY-256
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-utils/src/main')
-rw-r--r-- | controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment | 1 |
1 files changed, 1 insertions, 0 deletions
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 |