Skip to content

Commit a8bfc2f

Browse files
committed
Remove default value of the DataSource URL
Closes gh-5
1 parent c8cd342 commit a8bfc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grace-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/jdbc/connections/DataSourceSettings.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ import org.grails.datastore.mapping.core.connections.ConnectionSourceSettings
3535
class DataSourceSettings extends ConnectionSourceSettings {
3636

3737
/**
38-
* The data source URL, defaults to an H2 in-memory database
38+
* The data source URL
3939
*/
40-
String url = "jdbc:h2:mem:grailsDB;LOCK_TIMEOUT=10000"
40+
String url
4141

4242
/**
4343
* The driver class name

0 commit comments

Comments
 (0)