Skip to content

Commit

Permalink
Optionally getting secret from env.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jan 27, 2016
1 parent ba7edd6 commit dcb9f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ play.application.loader="AppLoader"
#
# See http://www.playframework.com/documentation/latest/ApplicationSecret for more details.
play.crypto.secret = "changeme"
play.crypto.secret=${?JOURNEYMONITOR_ANALYZE_API_PLAY2_APPLICATION_SECRET}

# The application languages
# ~~~~~
Expand Down

0 comments on commit dcb9f58

Please sign in to comment.