blob: cb31e8f020d5dd0695becaae524e2d66fbc6ae56 [file] [log] [blame]
Jorge Hernandez508ad582017-05-31 13:58:27 -05001###
2# ============LICENSE_START=======================================================
3# policy-management
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
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
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050027
28http.client.services=PAP,PDP
29
30http.client.services.PAP.host=${{PAP_HOST}}
31http.client.services.PAP.port=9091
32http.client.services.PAP.contextUriPath=pap/test
33http.client.services.PAP.https=false
34http.client.services.PAP.userName=${{PAP_USERNAME}}
35http.client.services.PAP.password=${{PAP_PASSWORD}}
36http.client.services.PAP.managed=true
37
38http.client.services.PDP.host=${{PDP_HOST}}
39http.client.services.PDP.port=8081
40http.client.services.PDP.contextUriPath=pdp/test
41http.client.services.PDP.https=false
42http.client.services.PDP.userName=${{PDP_USERNAME}}
43http.client.services.PDP.password=${{PDP_PASSWORD}}
44http.client.services.PDP.managed=false