Closes #2616 - Disable CSRF Token by default in example spring boot application

This commit is contained in:
CRoberto1926 2024-07-22 14:30:59 +02:00 committed by holgerhagen
parent f618469463
commit 678fe95b3e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ taskana.schemaName=TASKANA
####### property that control rest api security deploy use true for no security.
devMode=false
# This property enables the support of XSRF tokens. This will not work together with devMode.
enableCsrf=true
enableCsrf=false
####### property that control if the database is cleaned and sample data is generated
generateSampleData=true
####### cache static resources properties