Skip to content

Commit

Permalink
Changed the default development database to a file-based HSQLDB one.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Jan 12, 2011
1 parent a0fd409 commit f50553c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails.org/grails-app/conf/DataSource.groovy
Expand Up @@ -15,6 +15,10 @@ environments {
development {
dataSource {
dbCreate = "update" // one of 'create', 'create-drop','update'
url = "jdbc:hsqldb:file:devDb;shutdown=true"
driverClassName = "org.hsqldb.jdbcDriver"
username = "sa"
password = ""
}
}
test {
Expand Down

0 comments on commit f50553c

Please sign in to comment.