From 219ae5fe5e3349790ccdbcf631147ba4a0bf3496 Mon Sep 17 00:00:00 2001 From: robertbutacu Date: Fri, 14 Sep 2018 14:39:43 +0100 Subject: [PATCH] updated application.conf to https --- conf/application.conf | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/conf/application.conf b/conf/application.conf index 4020624..54174bb 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -276,7 +276,8 @@ Prod { consumer { baseUri { host = datastream.protected.mdtp - port = 80 + port = 443 + protocol = https } } } @@ -295,24 +296,28 @@ Prod { auth { host=auth.protected.mdtp - port=80 + port = 443 + protocol = https } datastream { host=datastream.protected.mdtp - port=80 + port = 443 + protocol = https } des { host=hods-proxy - port=80 + port = 443 + protocol = https bearer-token = "TO_DEFINE" environment = "live" } service-locator { host=service-locator.protected.mdtp - port=80 + port = 443 + protocol = https } third-party-delegated-authority { @@ -322,7 +327,8 @@ Prod { user-details { host=user-details.protected.mdtp - port=80 + port = 443 + protocol = https } } }