An open API service indexing awesome lists of open source software.

https://github.com/spangenberg/heroku_env

This gem provides heroku environment variables in your local development environment.
https://github.com/spangenberg/heroku_env

Last synced: about 1 month ago
JSON representation

This gem provides heroku environment variables in your local development environment.

Awesome Lists containing this project

README

          

h1. Heroku Env - Easy heroku environment variables in development mode

h2. About

Heroku Env fetchs all your heroku config variables and set up them in your
local development environment.

h2. Usage

Add the the gem to your Gemfile

gem "heroku_env"

Configure config/heroku_env.yml optionaly to customize the variables
without changing herokus or your variables

development:

GOOGLE_ANALYTICS: nil
FOO: BAR

You can generate a default heroku_env.yml file with a rake task:
rake heroku_env:config:create