diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-15 08:35:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-15 08:35:43 +0000 |
commit | 1a0a37f826f5d301bccd8ad22c23341a9dbe531a (patch) | |
tree | 27f2dbad9503f834870c366caf92d648f8690f52 /runtime/src/main/resources/application-noaaf.properties | |
parent | 7f89803244315af8dd605380d4a6d6586c3d870b (diff) | |
parent | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (diff) |
Merge "Create camel endpoint to get tosca from runtime"
Diffstat (limited to 'runtime/src/main/resources/application-noaaf.properties')
-rw-r--r-- | runtime/src/main/resources/application-noaaf.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/src/main/resources/application-noaaf.properties b/runtime/src/main/resources/application-noaaf.properties index 1145b393d..a8f4399c4 100644 --- a/runtime/src/main/resources/application-noaaf.properties +++ b/runtime/src/main/resources/application-noaaf.properties @@ -187,4 +187,9 @@ clamp.config.tosca.converter.dictionary.support.enabled=true # Configuration settings for CDS clamp.config.cds.url=http://cds-blueprints-processor-http:8080 clamp.config.cds.userName=ccsdkapps -clamp.config.cds.password=ccsdkapps
\ No newline at end of file +clamp.config.cds.password=ccsdkapps + +# Configuration settings for ControlLoop Runtime Rest API +clamp.config.controlloop.runtime.url=http://localhost:6969 +clamp.config.controlloop.runtime.userName=healthcheck +clamp.config.controlloop.runtime.password=zb!XztG34 |