Changeset 1362 for trunk/grails-app/conf
- Timestamp:
- Jan 11, 2011, 3:43:00 PM (13 years ago)
- Location:
- trunk/grails-app/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1361 r1362 17 17 // config files can either be Java properties files or ConfigSlurper scripts 18 18 grails.config.locations = [ 19 // the WAR default location19 // the WAR and run-app default location 20 20 "classpath:${grails.util.GrailsUtil.environment}-config.properties", 21 // the run-app default location 22 //"file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties", 21 23 22 // the external configuration 24 23 "file:${userHome}/.grails-config/${appName}-${grails.util.GrailsUtil.environment}-config.properties" -
trunk/grails-app/conf/DataSource.groovy
r1361 r1362 17 17 dbCreate = "create-drop" // one of 'create', 'create-drop','update' 18 18 url = "jdbc:hsqldb:mem:devDB" 19 username = "sa sa"19 username = "sa" 20 20 password = "" 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.