You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what do you mean heroku has to change the variables? I wasn't aware of anything going on since we got no errors using DB_URL, though I know the other teams had issues.
Heroku calls it DATABASE_URL in their config variables automatically, but you can change it here:
I thought maybe that was holding up your deployment to heroku since no link to hosted page on your README.
change db_url to DATABASE_URL in config.env and db_connection line 5/9 or in your heroku have to change the environment variables.
The text was updated successfully, but these errors were encountered: