- Timestamp:
- Dec 21, 2010, 2:35:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1301 r1306 1 1 import dbnp.rest.common.CommunicationManager 2 import org.apache.commons.lang.RandomStringUtils 2 3 3 4 /** … … 159 160 // 'org.codehaus.groovy.grails.plugins' 160 161 // 161 debug 'org.codehaus.groovy.grails.plugins'162 //debug 'org.codehaus.groovy.grails.plugins' 162 163 } 163 164 … … 181 182 // @see TemplateEditorController.groovy (decrypt) 182 183 crypto { 183 shared.secret = "U73reG*mE^\$t@7s!e%"184 shared.secret = RandomStringUtils.random(32, true, true) 184 185 } 185 186
Note: See TracChangeset
for help on using the changeset viewer.