Skip to content

Commit

Permalink
force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbutacu committed Sep 19, 2018
1 parent 219ae5f commit 0a345ac
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 0a345ac

Please sign in to comment.