- include "application.conf"
- # TODO: Fix CSRF in tests
- #play.filters.disabled += "play.filters.csrf.CSRFFilter"
- play.filters.csrf.header.bypassHeaders {
- Csrf-Token = "nocheck"
- }
- # TODO: See if test file can run evolutions instead
- play.evolutions.autoApply=true
|