Changeset 1129


Ignore:
Timestamp:
Nov 12, 2010, 2:59:29 PM (12 years ago)
Author:
work@…
Message:
  • changed nbx test and demo configurations to reflect dbnp.org domain names
File:
1 edited

Legend:

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

    r1127 r1129  
    7171        nbx14 {
    7272                // 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'
    7676                CommunicationManager.registerRestWrapperMethodsGSCFtoSAM()
    7777        }
    7878        demo {
    7979                // 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'
    8383                CommunicationManager.registerRestWrapperMethodsGSCFtoSAM()
    8484        }
Note: See TracChangeset for help on using the changeset viewer.