From bbf3e40705f12a7f73cecc7ddb9bc6b03315c3df Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 2 Mar 2022 10:00:38 -0600 Subject: remove extra quote in healthcheck.properties Issue-ID: POLICY-3977 Signed-off-by: jhh Change-Id: Idb01dba8b5d0acaf614e1c5c2199496c6e8244a6 --- .../src/main/feature/config/feature-healthcheck.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- cgit 1.2.3-korg