Created
November 20, 2012 18:54
-
-
Save dsshap/4120134 to your computer and use it in GitHub Desktop.
Heroku ENV in Dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku_env = File.join(Rails.root, 'config', 'heroku_env.rb') | |
load(heroku_env) if File.exists?(heroku_env) | |
// | |
heroku_ev.rb | |
ENV['foo'] = "bar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment