diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-04-05 14:34:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 14:34:04 +0000 |
commit | a9f66923cddf2263ebbeb24825b95875c6932281 (patch) | |
tree | 6253fdfebe8dfa8e41d74461a4a4253edf5c2085 /src/main/resources/application.properties | |
parent | 8ca701623868f201f4248131ff7a5b26f547385d (diff) | |
parent | dfa86ca8a3d8380487261da22cbf582b547e3276 (diff) |
Merge "Introduce Camel route"
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b8c633566..4792d057d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -150,7 +150,7 @@ clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment- # # # Configuration Settings for Policy Engine Components -clamp.config.policy.url=http://policy.api.simpledemo.onap.org:8081/pdp/ +clamp.config.policy.url=http://policy.api.simpledemo.onap.org:8081/policy/api/v1 clamp.config.policy.userName=test clamp.config.policy.password=test clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 |