-
Notifications
You must be signed in to change notification settings - Fork 25
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
[gh394] Remove the Figaro gem dependency #400
Conversation
0757d3f
to
a50529d
Compare
a2d409d
to
c83a45f
Compare
08e6958
to
671e9f5
Compare
671e9f5
to
18fc0ac
Compare
52fef6a
to
f78291b
Compare
f78291b
to
771ccd2
Compare
@malparty you should try that: |
database: <%= ENV.fetch('DB_NAME') { APP_NAME } %>_test | ||
|
||
production: | ||
url: <%= ENV.fetch('DATABASE_URL') { '' } %> |
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.
this will only work for heroku afaik
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.
Thanks :)
Andy found a part of the solution in #411 — but the implementation still require some improvements 💭
I will close this PR as with the recent changes, it will be wiser to start it from scratch again 👍 |
What happened 👀
Remove the figaro dependency in favor of dotenv gem and a .env.example file
Insight 📝
n/a
Proof Of Work 📹
Local project generated from this branch: