Closes #2616 - Disable CSRF Token by default in example spring boot application
This commit is contained in:
parent
f618469463
commit
678fe95b3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue