diff options
Diffstat (limited to 'feature-healthcheck/src/main/feature/config')
-rw-r--r-- | feature-healthcheck/src/main/feature/config/feature-healthcheck.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index eaecaa67..4d988a23 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # feature-healthcheck # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ http.server.services.HEALTHCHECK.userName=${{HEALTHCHECK_USER}} http.server.services.HEALTHCHECK.password=${{HEALTHCHECK_PASSWORD}} http.server.services.HEALTHCHECK.https=true http.server.services.HEALTHCHECK.aaf=${{AAF}} +http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler http.client.services=PAP,PDP @@ -38,6 +39,7 @@ http.client.services.PAP.https=true http.client.services.PAP.userName=${{PAP_USERNAME}} http.client.services.PAP.password=${{PAP_PASSWORD}} http.client.services.PAP.managed=true +http.client.services.PAP.serialization.provider=org.onap.policy.common.gson.JacksonHandler http.client.services.PDP.host=${{PDP_HOST}} http.client.services.PDP.port=8081 @@ -46,3 +48,4 @@ http.client.services.PDP.https=true http.client.services.PDP.userName=${{PDP_USERNAME}} http.client.services.PDP.password=${{PDP_PASSWORD}} http.client.services.PDP.managed=false +http.client.services.PDP.serialization.provider=org.onap.policy.common.gson.JacksonHandler |