Ignore:
Timestamp:
Nov 12, 2010, 12:11:35 PM (12 years ago)
Author:
work@…
Message:
  • added demo configuration
File:
1 edited

Legend:

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

    r1114 r1127  
    7676                CommunicationManager.registerRestWrapperMethodsGSCFtoSAM()
    7777        }
     78        demo {
     79                // used by build script
     80                grails.serverURL = "http://demo.nbx14.osx.eu"
     81
     82                CommunicationManager.SAMServerURL = 'http://demo.sam.nbx14.osx.eu'
     83                CommunicationManager.registerRestWrapperMethodsGSCFtoSAM()
     84        }
    7885        production {
    7986                grails.serverURL = "http://www.nmcdsp.org"
Note: See TracChangeset for help on using the changeset viewer.