Files
CoqDecks/conf/application.conf
T
2016-05-22 20:16:12 +01:00

7 lines
165 B
Plaintext

play.crypto.secret = "changeme"
play.crypto.secret=${?APPLICATION_SECRET}
play.i18n.langs = [ "en" ]
play.modules.enabled += "controllers.massivedecks.CoreModule"