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 }