Changeset 43
- Timestamp:
- Nov 3, 2009, 1:51:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r42 r43 33 33 //Postgres 34 34 driverClassName = "org.postgresql.Driver" 35 url = "jdbc:postgresql://localhost /gscf"35 url = "jdbc:postgresql://localhost:5432/gscf" 36 36 37 37 //MySQL
Note: See TracChangeset
for help on using the changeset viewer.