Changeset 702 for trunk/grails-app/conf
- Timestamp:
- Jul 23, 2010, 3:14:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r662 r702 52 52 53 53 // register methods for accessing SAM's Rest services 54 CommunicationManager.SAMServerURL = 'nbx5.nugo.org/sam' 54 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_PRODUCTION) { 55 CommunicationManager.SAMServerURL = 'http://sam.dbnp.org' 56 } 57 else { 58 CommunicationManager.SAMServerURL = 'http://localhost:8182/sam' 59 } 55 60 CommunicationManager.registerRestWrapperMethodsSAMtoGSCF() 56 61 }
Note: See TracChangeset
for help on using the changeset viewer.