Skip to content

Commit

Permalink
Closes Taskana#2302
Browse files Browse the repository at this point in the history
	fixes app.properties

Signed-off-by: Kálmán Képes <2853992+nyuuyn@users.noreply.github.com>
  • Loading branch information
nyuuyn committed Jun 22, 2023
1 parent a57ddc4 commit b6c71e1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,9 +30,9 @@ taskana.schemaName=TASKANA
########spring.jpa.generate-ddl=true
########spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
####### property that control rest api security deploy use true for no security.
devMode=true
devMode=false
# This property enables the support of XSRF tokens. This will not work together with devMode.
enableCsrf=false
enableCsrf=true
####### property that control if the database is cleaned and sample data is generated
generateSampleData=true
####### cache static resources properties
Expand Down

0 comments on commit b6c71e1

Please sign in to comment.