Changeset 1362 for trunk/grails-app/conf


Ignore:
Timestamp:
Jan 11, 2011, 3:43:00 PM (13 years ago)
Author:
work@…
Message:
  • and another one for issue #219
Location:
trunk/grails-app/conf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r1361 r1362  
    1717// config files can either be Java properties files or ConfigSlurper scripts
    1818grails.config.locations = [
    19         // the WAR default location
     19        // the WAR and run-app default location
    2020        "classpath:${grails.util.GrailsUtil.environment}-config.properties",
    21         // the run-app default location
    22         //"file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties",
     21
    2322        // the external configuration
    2423        "file:${userHome}/.grails-config/${appName}-${grails.util.GrailsUtil.environment}-config.properties"
  • trunk/grails-app/conf/DataSource.groovy

    r1361 r1362  
    1717        dbCreate = "create-drop" // one of 'create', 'create-drop','update'
    1818        url = "jdbc:hsqldb:mem:devDB"
    19         username = "sasa"
     19        username = "sa"
    2020        password = ""
    2121}
Note: See TracChangeset for help on using the changeset viewer.