Changeset 1129
- Timestamp:
- Nov 12, 2010, 2:59:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1127 r1129 71 71 nbx14 { 72 72 // used by build script 73 grails.serverURL = "http:// nbx14.osx.eu"74 75 CommunicationManager.SAMServerURL = 'http:// sam.nbx14.osx.eu'73 grails.serverURL = "http://test.dbnp.org" 74 75 CommunicationManager.SAMServerURL = 'http://test.sam.dbnp.org' 76 76 CommunicationManager.registerRestWrapperMethodsGSCFtoSAM() 77 77 } 78 78 demo { 79 79 // used by build script 80 grails.serverURL = "http://demo. nbx14.osx.eu"81 82 CommunicationManager.SAMServerURL = 'http://demo.sam. nbx14.osx.eu'80 grails.serverURL = "http://demo.dbnp.org" 81 82 CommunicationManager.SAMServerURL = 'http://demo.sam.dbnp.org' 83 83 CommunicationManager.registerRestWrapperMethodsGSCFtoSAM() 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.