diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-07-05 07:54:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-05 07:54:46 +0000 |
commit | 68599cace010d09d3a0a8a767241186df078a49d (patch) | |
tree | 1b1a9e8cec0fcd774c70fa497826c24cf0214efa /runtime/src/test/resources/application.properties | |
parent | 72d882f65031518e9d1b1a6d6e53c7d42ab8495f (diff) | |
parent | c19601d2080baa401cd17286985b6a0ee47d9a07 (diff) |
Merge "Added ITs for Commissioning Camel Endpoints"
Diffstat (limited to 'runtime/src/test/resources/application.properties')
-rw-r--r-- | runtime/src/test/resources/application.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/src/test/resources/application.properties b/runtime/src/test/resources/application.properties index 60704acf5..54a89078d 100644 --- a/runtime/src/test/resources/application.properties +++ b/runtime/src/test/resources/application.properties @@ -4,6 +4,7 @@ # ================================================================================ # Copyright (C) 2017-2018, 2021 AT&T Intellectual Property. All rights # reserved. +# Modifications Copyright (C) 2021 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,6 +17,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END============================================ # =================================================================== # @@ -180,6 +183,6 @@ clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/d 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.url=http://localhost:${docker.http-cache.port.host} clamp.config.controlloop.runtime.userName=healthcheck clamp.config.controlloop.runtime.password=zb!XztG34 |