Skip to content

Commit

Permalink
Merge pull request #50 from hmrc/AIV-95
Browse files Browse the repository at this point in the history
AIV-95: Change appUrl from http to https
  • Loading branch information
AndrewThompsonW3QA authored Aug 24, 2018
2 parents 4d6265f + c0161b8 commit 76f4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ appName=openid-connect-userinfo
play.modules.enabled += "com.kenshoo.play.metrics.PlayModule"
play.http.requestHandler = "play.api.http.GlobalSettingsHttpRequestHandler"

appUrl="http://"${appName}".protected.mdtp"
appUrl="https://"${appName}".protected.mdtp"

# Session Timeout
# ~~~~
Expand Down

0 comments on commit 76f4398

Please sign in to comment.