Jorge Hernandez | 508ad58 | 2017-05-31 13:58:27 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
Kevin McKiou | 36cf73f | 2017-08-22 16:08:06 -0500 | [diff] [blame] | 3 | # feature-healthcheck |
Jorge Hernandez | 508ad58 | 2017-05-31 13:58:27 -0500 | [diff] [blame] | 4 | # ================================================================================ |
Jim Hahn | 4b9341b | 2019-02-15 17:33:49 -0500 | [diff] [blame] | 5 | # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Jorge Hernandez | 508ad58 | 2017-05-31 13:58:27 -0500 | [diff] [blame] | 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 Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 21 | http.server.services=HEALTHCHECK |
| 22 | http.server.services.HEALTHCHECK.host=0.0.0.0 |
| 23 | http.server.services.HEALTHCHECK.port=6969 |
Guo Ruijing | 6abeb29 | 2017-07-28 08:23:01 +0000 | [diff] [blame] | 24 | http.server.services.HEALTHCHECK.restClasses=org.onap.policy.drools.healthcheck.RestHealthCheck |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 25 | http.server.services.HEALTHCHECK.managed=false |
Jorge Hernandez | 881c32e | 2017-05-25 16:44:15 -0500 | [diff] [blame] | 26 | http.server.services.HEALTHCHECK.swagger=true |
Jorge Hernandez | d914823 | 2019-02-19 21:17:15 -0600 | [diff] [blame] | 27 | http.server.services.HEALTHCHECK.userName=${env:HEALTHCHECK_USER} |
| 28 | http.server.services.HEALTHCHECK.password=${env:HEALTHCHECK_PASSWORD} |
Jorge Hernandez | 004c1d9 | 2018-09-11 14:52:33 -0500 | [diff] [blame] | 29 | http.server.services.HEALTHCHECK.https=true |
Jorge Hernandez | d914823 | 2019-02-19 21:17:15 -0600 | [diff] [blame] | 30 | http.server.services.HEALTHCHECK.aaf=${env:AAF} |
Jim Hahn | 4b9341b | 2019-02-15 17:33:49 -0500 | [diff] [blame] | 31 | http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler |