Skip to content

Instantly share code, notes, and snippets.

@JacobASeverson
Last active December 30, 2015 18:19
Show Gist options
  • Save JacobASeverson/7866718 to your computer and use it in GitHub Desktop.
Save JacobASeverson/7866718 to your computer and use it in GitHub Desktop.
Gist for OPI Blog post "Grails Config Values Per Tomcat Host"
// This usual method of external configuration won't work since
// each Host will point to the same applicationConfig file
grails.config.locations = [ "file:/path/to/applicationConfig.groovy"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment