Changeset 1741 for trunk/grails-app
- Timestamp:
- Apr 11, 2011, 10:55:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1673 r1741 1 /** 1 import org.codehaus.groovy.grails.commons.GrailsApplication 2 3 /** 2 4 * Application Configuration 3 5 * … … 134 136 // Otherwise, it should be given as an absolute path (e.g. '/home/user/sequences') 135 137 // The directory should be writable by the webserver user 136 if ( GrailsUtil.Environment.current == Environment.TEST) {138 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_TEST) { 137 139 uploads.uploadDir = "webtestfiles" 138 140 } else {
Note: See TracChangeset
for help on using the changeset viewer.