Changeset 54 for trunk/grails-app/conf/DataSource.groovy
- Timestamp:
- Nov 9, 2009, 2:04:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r45 r54 35 35 * @see http://wiki.github.com/RobertFischer/autobase/example-usage 36 36 */ 37 dbCreate = 37 dbCreate = "update" 38 38 username = "gscf" 39 39 password = "dbnp" … … 42 42 driverClassName = "org.postgresql.Driver" 43 43 url = "jdbc:postgresql://localhost:5432/gscf" 44 dialect = org.hibernate.dialect.PostgreSQLDialect 44 45 45 46 // MySQL 47 //driverClassName = "com.mysql.jdbc.Driver" 46 48 //url = "jdbc:mysql://localhost/gscf" 49 //dialect = "org.hibernate.dialect.MySQL5InnoDBDialect" 47 50 48 51 //In memory 49 //driverClassName = "com.mysql.jdbc.Driver"50 52 //url = "jdbc:hsqldb:file:prodDb;shutdown=true" 51 53 }
Note: See TracChangeset
for help on using the changeset viewer.