diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-04-30 13:28:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-30 13:28:41 +0000 |
commit | cc58619d3f4410f47c0d6fa8ac25e3aa7ca51438 (patch) | |
tree | 2be4e98144ddb763e4f4aefc9d6813b752144846 /src/main/resources/application-noaaf.properties | |
parent | 9507b7416ee595eb59e25c6797f3720c0a89767c (diff) | |
parent | 39d82def1e54d6584f41ab9f94d30c2057858c32 (diff) |
Merge "Fix the get loop state logic"
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index de3f7c07a..52f79bef4 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -210,6 +210,11 @@ clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188 clamp.config.dcae.dispatcher.retry.interval=20000 clamp.config.dcae.dispatcher.retry.limit=30 +#DCAE Deployment Url Properties +clamp.config.dcae.deployment.url=http4://dcae.api.simpledemo.onap.org:8188 +clamp.config.dcae.deployment.userName=test +clamp.config.dcae.deployment.password=test + #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case ! clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage |