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.
- Host: GitHub
- URL: https://github.com/spangenberg/heroku_env
- Owner: spangenberg
- Created: 2011-04-16T22:12:06.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-20T03:53:22.000Z (over 15 years ago)
- Last Synced: 2026-04-22T02:17:54.374Z (3 months ago)
- Language: Ruby
- Homepage: http://neonlex.github.com
- Size: 97.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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