Skip to content

Commit

Permalink
AIV-95: Change appUrl from http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
drainhmrc authored Aug 24, 2018
1 parent 4d6265f commit c0161b8
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 c0161b8

Please sign in to comment.