testing.conf 262 B

12345678910
  1. include "application.conf"
  2. # TODO: Fix CSRF in tests
  3. #play.filters.disabled += "play.filters.csrf.CSRFFilter"
  4. play.filters.csrf.header.bypassHeaders {
  5. Csrf-Token = "nocheck"
  6. }
  7. # TODO: See if test file can run evolutions instead
  8. play.evolutions.autoApply=true