heroku-buildpack-elixir icon indicating copy to clipboard operation
heroku-buildpack-elixir copied to clipboard

App environment available in all builds

Open seivan opened this issue 8 years ago • 1 comments

Source https://devcenter.heroku.com/changelog-items/416 ENV_DIR is a directory that contains a file for each of the application’s configuration variables. We should read that instead of relying on user defined values that are duplicated. People might forget REDIS_URL or SECRET_KEY_BASE, etc.

seivan avatar Dec 28 '16 02:12 seivan

Did a take on this https://github.com/HashNuke/heroku-buildpack-elixir/pull/96

seivan avatar Dec 28 '16 05:12 seivan