From 0a345acfb48091fa568570ad28fcfa2d40fa2671 Mon Sep 17 00:00:00 2001 From: robertbutacu Date: Wed, 19 Sep 2018 10:58:15 +0100 Subject: [PATCH] force rebuild --- conf/application.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/application.conf b/conf/application.conf index 54174bb..95c224b 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -295,19 +295,19 @@ Prod { services { auth { - host=auth.protected.mdtp + host = auth.protected.mdtp port = 443 protocol = https } datastream { - host=datastream.protected.mdtp + host = datastream.protected.mdtp port = 443 protocol = https } des { - host=hods-proxy + host = hods-proxy port = 443 protocol = https bearer-token = "TO_DEFINE" @@ -315,18 +315,18 @@ Prod { } service-locator { - host=service-locator.protected.mdtp + host = service-locator.protected.mdtp port = 443 protocol = https } third-party-delegated-authority { - host=localhost - port=9609 + host = localhost + port = 9609 } user-details { - host=user-details.protected.mdtp + host = user-details.protected.mdtp port = 443 protocol = https }