Skip to content

Instantly share code, notes, and snippets.

@halfbaked
Created December 11, 2012 20:48
Show Gist options
  • Save halfbaked/4261998 to your computer and use it in GitHub Desktop.
Save halfbaked/4261998 to your computer and use it in GitHub Desktop.
Grails Config to include external Config file
grails.config.locations = [ ]
grails.config.locations << "file:$userHome/.grails/app-prod.groovy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment