Changeset 1361


Ignore:
Timestamp:
Jan 11, 2011, 3:33:27 PM (12 years ago)
Author:
work@…
Message:
  • properties were not loaded in a war, trying a different location
  • #219
Location:
trunk
Files:
8 added
7 deleted
2 edited

Legend:

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

    r1360 r1361  
    2020        "classpath:${grails.util.GrailsUtil.environment}-config.properties",
    2121        // the run-app default location
    22         "file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties",
     22        //"file:${basedir}/${grails.util.GrailsUtil.environment}-config.properties",
    2323        // the external configuration
    2424        "file:${userHome}/.grails-config/${appName}-${grails.util.GrailsUtil.environment}-config.properties"
  • trunk/grails-app/conf/DataSource.groovy

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