Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. environments {
  2.     development {      
  3.     grails.logging.jul.usebridge = true    
  4.     grails.resources.processing.enabled = false
  5.     }
  6.  
  7.     production {       
  8.        grails.resources.processing.enabled = false        
  9.        grails.logging.jul.usebridge = false
  10.         // TODO: grails.serverURL = "http://www.changeme.com"
  11.     }
  12. }