Changeset 1361
- Timestamp:
- Jan 11, 2011, 3:33:27 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1360 r1361 20 20 "classpath:${grails.util.GrailsUtil.environment}-config.properties", 21 21 // the run-app default location 22 "file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties",22 //"file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties", 23 23 // the external configuration 24 24 "file:${userHome}/.grails-config/${appName}-${grails.util.GrailsUtil.environment}-config.properties" -
trunk/grails-app/conf/DataSource.groovy
r1360 r1361 17 17 dbCreate = "create-drop" // one of 'create', 'create-drop','update' 18 18 url = "jdbc:hsqldb:mem:devDB" 19 username = "sa "19 username = "sasa" 20 20 password = "" 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.