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/test/resources | |
parent | 7f89803244315af8dd605380d4a6d6586c3d870b (diff) | |
parent | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (diff) |
Merge "Create camel endpoint to get tosca from runtime"
Diffstat (limited to 'runtime/src/test/resources')
-rw-r--r-- | runtime/src/test/resources/application.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/src/test/resources/application.properties b/runtime/src/test/resources/application.properties index bc513e9e4..60704acf5 100644 --- a/runtime/src/test/resources/application.properties +++ b/runtime/src/test/resources/application.properties @@ -177,4 +177,9 @@ clamp.config.cds.password=ccsdkapps ## Tosca converter clamp.config.tosca.converter.json.schema.templates=classpath:/clds/tosca-converter/templates.json clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/default-tosca-types.yaml -clamp.config.tosca.converter.dictionary.support.enabled=true
\ No newline at end of file +clamp.config.tosca.converter.dictionary.support.enabled=true + +# 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 |