-
Notifications
You must be signed in to change notification settings - Fork 3
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
figaro for app configuration #10
Comments
Figaro added 747281d |
No updates in Figaro gem for last one year. I think it is better to go with dotenv. An advantage of dotenv is we can commit development/test credentials in the repo and gitignore production credentials |
@redtachyons can you elaborate on the I will reopen this issue. |
When I install |
Quoted from https://github.com/bkeepers/dotenv
|
Ie we can keep .env.development safely in repo and gitignore .env.production |
@redtachyons Thanks for that information, definitely make sense to change to |
https://github.com/laserlemon/figaro
The text was updated successfully, but these errors were encountered: