Tag Archives: open source

Using environment variables to avoid .gitignore bloat

After setting up some Heroku addons I got used to using environment variables to specify add-on settings. I then started using them for non-addon settings, and now I’ve started using them outside of Heroku a bit too. One area where they work well is for a Heroku-deployable open source app with OmniAuth GitHub OAuth integration. [...]