Changeset 1179 for trunk/grails-app/conf/BootStrap.groovy
- Timestamp:
- Nov 19, 2010, 1:34:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r1178 r1179 43 43 // probably run WITH sam. GSCF should be able to run independently 44 44 // from other modules. Part of gscf ticket #185 45 if (config.modules ?.sam) {45 if (config.modules) { 46 46 // register SAM REST methods 47 47 "Registering SAM REST methods".grom() 48 CommunicationManager.GSCFServerURL = config.grails.serverURL 48 49 CommunicationManager.SAMServerURL = config.modules.sam.url 50 CommunicationManager.DSPServerURL = config.modules.metabolomics.url 49 51 CommunicationManager.registerRestWrapperMethodsGSCFtoSAM() 50 52 }
Note: See TracChangeset
for help on using the changeset viewer.