im trying to read Grails environment for war build from heroku application config, is that possible, in that case how to do it? is it set in an ENV variable ?
|
No, this is not possible. Buildpacks run independently of the configuration. (To convince yourself of this, run The usual solution is to have your buildpack emit files that reads the environment and acts appropriately at runtime. For example, Rails reads database configuration from |
|||
|
|