We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cd342 commit a8bfc2fCopy full SHA for a8bfc2f
grace-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/jdbc/connections/DataSourceSettings.groovy
@@ -35,9 +35,9 @@ import org.grails.datastore.mapping.core.connections.ConnectionSourceSettings
35
class DataSourceSettings extends ConnectionSourceSettings {
36
37
/**
38
- * The data source URL, defaults to an H2 in-memory database
+ * The data source URL
39
*/
40
- String url = "jdbc:h2:mem:grailsDB;LOCK_TIMEOUT=10000"
+ String url
41
42
43
* The driver class name
0 commit comments