diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-29 09:09:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-29 09:09:24 +0000 |
commit | a3ad7dbdf67559f58af24cb5b361c46a91075c7c (patch) | |
tree | 54dd2434b9adac0ad348f8d3e7adb7ba253e9871 /src/test/resources/application.properties | |
parent | 3ad0ff8210c6d988696efb9cc1f6af38fc3cf32b (diff) | |
parent | a6d09fbe1046057b72247f97ac72a521949409ce (diff) |
Merge "Rework the submit operation"
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index e15b8737a..99d5da8b3 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -141,6 +141,9 @@ clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment- #
#
# Configuration Settings for Policy Engine Components
+clamp.config.policy.url=http://localhost:${docker.http-cache.port.host}
+clamp.config.policy.userName=test
+clamp.config.policy.password=test
clamp.config.policy.pdpUrl1=http://localhost:${docker.http-cache.port.host}/pdp/ , testpdp, alpha123
clamp.config.policy.pdpUrl2=http://localhost:${docker.http-cache.port.host}/pdp/ , testpdp, alpha123
clamp.config.policy.papUrl=http://localhost:${docker.http-cache.port.host}/pap/ , testpap, alpha123
|