Changeset 1414


Ignore:
Timestamp:
Jan 18, 2011, 4:38:58 PM (12 years ago)
Author:
work@…
Message:
  • moved the environment specific properties files to src/java to make sure they are on the classpath
Location:
trunk
Files:
1 edited
8 moved

Legend:

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

    r1383 r1414  
    1818grails.config.locations = [
    1919        // the default per-environment configuration
    20         // (e.g. grails-app/conf/config-development.properties)
     20        // (e.g. src/java/config-development.properties)
    2121        "classpath:config-${grails.util.GrailsUtil.environment}.properties",
    2222
Note: See TracChangeset for help on using the changeset viewer.