blob: 4d988a23ac30ce4d2847d77d8ffa6ba2528f89c7 [file] [log] [blame]
Jorge Hernandez508ad582017-05-31 13:58:27 -05001###
2# ============LICENSE_START=======================================================
Kevin McKiou36cf73f2017-08-22 16:08:06 -05003# feature-healthcheck
Jorge Hernandez508ad582017-05-31 13:58:27 -05004# ================================================================================
Jim Hahn4b9341b2019-02-15 17:33:49 -05005# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
Jorge Hernandez508ad582017-05-31 13:58:27 -05006# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19###
20
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050021http.server.services=HEALTHCHECK
22http.server.services.HEALTHCHECK.host=0.0.0.0
23http.server.services.HEALTHCHECK.port=6969
Guo Ruijing6abeb292017-07-28 08:23:01 +000024http.server.services.HEALTHCHECK.restClasses=org.onap.policy.drools.healthcheck.RestHealthCheck
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050025http.server.services.HEALTHCHECK.managed=false
Jorge Hernandez881c32e2017-05-25 16:44:15 -050026http.server.services.HEALTHCHECK.swagger=true
Jorge Hernandez1bd54562017-08-02 09:48:57 -050027http.server.services.HEALTHCHECK.userName=${{HEALTHCHECK_USER}}
28http.server.services.HEALTHCHECK.password=${{HEALTHCHECK_PASSWORD}}
Jorge Hernandez004c1d92018-09-11 14:52:33 -050029http.server.services.HEALTHCHECK.https=true
Jorge Hernandez7f983422018-10-26 09:27:05 -050030http.server.services.HEALTHCHECK.aaf=${{AAF}}
Jim Hahn4b9341b2019-02-15 17:33:49 -050031http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050032
33http.client.services=PAP,PDP
34
35http.client.services.PAP.host=${{PAP_HOST}}
36http.client.services.PAP.port=9091
37http.client.services.PAP.contextUriPath=pap/test
Michael Mokry7c856ba2018-08-28 16:39:50 -050038http.client.services.PAP.https=true
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050039http.client.services.PAP.userName=${{PAP_USERNAME}}
40http.client.services.PAP.password=${{PAP_PASSWORD}}
41http.client.services.PAP.managed=true
Jim Hahn4b9341b2019-02-15 17:33:49 -050042http.client.services.PAP.serialization.provider=org.onap.policy.common.gson.JacksonHandler
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050043
44http.client.services.PDP.host=${{PDP_HOST}}
45http.client.services.PDP.port=8081
46http.client.services.PDP.contextUriPath=pdp/test
Michael Mokry7c856ba2018-08-28 16:39:50 -050047http.client.services.PDP.https=true
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050048http.client.services.PDP.userName=${{PDP_USERNAME}}
49http.client.services.PDP.password=${{PDP_PASSWORD}}
50http.client.services.PDP.managed=false
Jim Hahn4b9341b2019-02-15 17:33:49 -050051http.client.services.PDP.serialization.provider=org.onap.policy.common.gson.JacksonHandler