Skip to content

Commit

Permalink
adding abiliy for crypto keys to be passed to application (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe authored Dec 19, 2017
1 parent 8dd1aa3 commit 1f7b232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ akka {
# The secret key is used to sign Play's session cookie.
# This must be changed for production, but we don't recommend you change it in this file.
play.crypto.secret = "fd86c43eca3f44e4bfeaaf7e5a3de598c6063d7ae0c2e11d1fcc3258fe136bc57ec"
play.crypto.secret = ${?METRONOME_PLAY_CRYPTO_SECRET}

## Modules
# https://www.playframework.com/documentation/latest/Modules
Expand Down

0 comments on commit 1f7b232

Please sign in to comment.