Skip to content

Commit

Permalink
Merge pull request camunda-community-hub#2 from strawhat5/master
Browse files Browse the repository at this point in the history
Setting hibernate.ddl-auto to none
  • Loading branch information
strawhat5 authored Dec 17, 2019
2 parents 43644d2 + 1460a18 commit 4f570a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.datasource.url=jdbc:h2:mem:zeebe-monitor;DB_CLOSE_DELAY=-1
spring.datasource.user=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=none

io.zeebe.monitor.connectionString=localhost:26500

Expand Down

0 comments on commit 4f570a2

Please sign in to comment.