diff options
author | 2021-06-15 08:35:43 +0000 | |
---|---|---|
committer | 2021-06-15 08:35:43 +0000 | |
commit | 1a0a37f826f5d301bccd8ad22c23341a9dbe531a (patch) | |
tree | 27f2dbad9503f834870c366caf92d648f8690f52 /runtime/src/main/resources/application.properties | |
parent | 7f89803244315af8dd605380d4a6d6586c3d870b (diff) | |
parent | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (diff) |
Merge "Create camel endpoint to get tosca from runtime"
Diffstat (limited to 'runtime/src/main/resources/application.properties')
-rw-r--r-- | runtime/src/main/resources/application.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/src/main/resources/application.properties b/runtime/src/main/resources/application.properties index 3cbb7e8af..64097e88e 100644 --- a/runtime/src/main/resources/application.properties +++ b/runtime/src/main/resources/application.properties @@ -200,4 +200,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 |