Project

heroku_env

0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides heroku environment variables in your local development environment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Heroku Env – Easy heroku environment variables in development mode

About

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

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