# ============LICENSE_START=======================================================
# feature-healthcheck
# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2017-2018 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.
http.client.services.PAP.host=${{PAP_HOST}}
http.client.services.PAP.port=9091
http.client.services.PAP.contextUriPath=pap/test
-http.client.services.PAP.https=false
+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.PDP.host=${{PDP_HOST}}
http.client.services.PDP.port=8081
http.client.services.PDP.contextUriPath=pdp/test
-http.client.services.PDP.https=false
+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