aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-03-02 10:00:38 -0600
committerjhh <jorge.hernandez-herrero@att.com>2022-03-02 10:00:38 -0600
commitbbf3e40705f12a7f73cecc7ddb9bc6b03315c3df (patch)
tree614dbe19c544997980a087b61ff8994b88ba116f
parent47d96430d4f0974c53bdccd3c825934e6cef2fba (diff)
remove extra quote in healthcheck.properties
Issue-ID: POLICY-3977 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Idb01dba8b5d0acaf614e1c5c2199496c6e8244a6
-rw-r--r--feature-healthcheck/src/main/feature/config/feature-healthcheck.properties4
1 files 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}