Skip to content
Snippets Groups Projects
Commit e7bac619 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

In-Memory DB

parent fbd68634
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ environments {
production {
dataSource {
dbCreate = "update"
url = "jdbc:h2:prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
// url = "jdbc:h2:prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
url = "jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
pooled = true
properties {
maxActive = -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment