From bf30532b84d21e98cb266f20fe961ba280909dca Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Tue, 10 Sep 2019 18:12:32 +0200 Subject: add health-api project Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim Change-Id: I8a05db50e4f896ecc2e040a113d1fc676f139121 --- .../src/main/resources/application.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties') diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties b/ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties new file mode 100644 index 000000000..aca95b481 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties @@ -0,0 +1,18 @@ +# +# Copyright � 2019-2020 Orange. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. +# + +endpoints.user.name=ccsdkapps +endpoints.user.password=ccsdkapps -- cgit 1.2.3-korg