From: jhh Date: Wed, 2 Mar 2022 16:00:38 +0000 (-0600) Subject: remove extra quote in healthcheck.properties X-Git-Tag: 1.10.1~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bbf3e40705f12a7f73cecc7ddb9bc6b03315c3df;p=policy%2Fdrools-pdp.git remove extra quote in healthcheck.properties Issue-ID: POLICY-3977 Signed-off-by: jhh Change-Id: Idb01dba8b5d0acaf614e1c5c2199496c6e8244a6 --- diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index de4b8ace..dc7566be 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -54,7 +54,7 @@ http.client.services.PDPX.userName=${envd:PDP_USERNAME} http.client.services.PDPX.password=${envd:PDP_PASSWORD} http.client.services.PDPX.https=${envd:HTTP_SERVER_HTTPS} http.client.services.PDPX.managed=true -http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck" +http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck liveness.controllers=${envd:LIVENESS_CONTROLLERS} -liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10} \ No newline at end of file +liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10}