Changeset 1163


Ignore:
Timestamp:
Nov 18, 2010, 9:35:37 AM (12 years ago)
Author:
m.s.vanvliet@…
Message:

Wrong port + URL for metabolomics module was set in Bootstrap. Changed it for production and development. We have to see how we will do this with the other environments.

File:
1 edited

Legend:

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

    r1118 r1163  
    467467                // breaking the other environments....
    468468                //def samURL = GrailsUtil.environment == GrailsApplication.ENV_PRODUCTION ? 'http://sam.nmcdsp.org' : 'http://localhost:8182/sam'
    469                 //def nmcdspURL = GrailsUtil.environment == GrailsApplication.ENV_PRODUCTION ? 'http://nmcdsp.nmcdsp.org' : 'http://localhost:8183/nmcdsp'
     469                def nmcdspURL = GrailsUtil.environment == GrailsApplication.ENV_PRODUCTION ? 'http://metabolomics.nmcdsp.org' : 'http://localhost:8183/nmcdsp'
    470470                def samURL = CommunicationManager.SAMServerURL
    471                 def nmcdspURL = samURL.replace("sam","metabolomics")
    472 
    473471
    474472                // Add SAM assay reference
Note: See TracChangeset for help on using the changeset viewer.