Skip to content

Commit

Permalink
dont drop database when connections close
Browse files Browse the repository at this point in the history
  • Loading branch information
byxorna committed Sep 11, 2014
1 parent 82b6640 commit f2588a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/docker/database.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ evolutionplugin=enabled
db.collins.logStatements=false
db.collins.password=""
db.collins.driver=org.h2.Driver
db.collins.url="jdbc:h2:mem:play;IGNORECASE=TRUE"
db.collins.url="jdbc:h2:mem:play;IGNORECASE=TRUE;DB_CLOSE_DELAY=-1"
db.collins.user=sa

querylog.frontendLogging = true
Expand Down

0 comments on commit f2588a7

Please sign in to comment.