-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching to new secrets format #710
Conversation
# run 'rake secret' to generate your own | ||
|
||
production: | ||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix the missing line break shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this set? How is it pushed to Heroku? Please check application.yml (or the example one that's in github, anyway) and modify if necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I meant to have it with the same name as the old one, so it would be no change in production/Heroku. Will fix.
I found that rake was failing in my dev environment. The cause seems to be http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml
Is this an issue for anyone else?