I was going through Grails documentation and found one interesting fact that I would like to share. As we already know that grails configuration can be externalised using [code] grails.config.locations = ['path to external config file'] [/code] Any config defined in this external config will override the value defined in...