|
@@ -5,8 +5,11 @@
|
|
# ~~~~~
|
|
# ~~~~~
|
|
# The secret key is used to secure cryptographics functions.
|
|
# The secret key is used to secure cryptographics functions.
|
|
# If you deploy your application to several instances be sure to use the same key!
|
|
# If you deploy your application to several instances be sure to use the same key!
|
|
-play.crypto.secret="RItx1I:80?W@]8GAtPDuF8Ydd3mXM85p/<7og]Q;uBOdijQAauRDgu73B6`wQP59"
|
|
|
|
|
|
+play.http.secret.key="RItx1I:80?W@]8GAtPDuF8Ydd3mXM85p/<7og]Q;uBOdijQAauRDgu73B6`wQP59"
|
|
|
|
|
|
# The application languages
|
|
# The application languages
|
|
# ~~~~~
|
|
# ~~~~~
|
|
application.langs="en"
|
|
application.langs="en"
|
|
|
|
+
|
|
|
|
+# Disable default filters
|
|
|
|
+play.filters.enabled=[]
|