Disable CSRF checking in test and CI
This commit is contained in:
@@ -3,3 +3,4 @@ PGHOST = postgreshost
|
||||
PGDATABASE = atat_test
|
||||
REDIS_URI = redis://redishost:6379
|
||||
CRL_DIRECTORY = tests/fixtures/crl
|
||||
WTF_CSRF_ENABLED = false
|
||||
|
@@ -1,3 +1,4 @@
|
||||
[default]
|
||||
PGDATABASE = atat_test
|
||||
CRL_DIRECTORY = tests/fixtures/crl
|
||||
WTF_CSRF_ENABLED = false
|
||||
|
Reference in New Issue
Block a user