Skip to content

Commit

Permalink
Merge pull request #52 from hmrc/AIV-238
Browse files Browse the repository at this point in the history
force rebuild
  • Loading branch information
robertbutacu authored Sep 19, 2018
2 parents 6a0d03d + 0a345ac commit 6c572f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -295,38 +295,38 @@ 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"
environment = "live"
}

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
}
Expand Down

0 comments on commit 6c572f4

Please sign in to comment.