FACN1 / week7-SPN

Saucy Psychic Ninjas Dinner Blog
https://guesthouse-dinners.herokuapp.com/
1 stars 0 forks source link

db_url change to get on heroku #47

Open philawsophizing opened 7 years ago

philawsophizing commented 7 years ago

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.

mattlub commented 7 years ago

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.

philawsophizing commented 7 years ago

Heroku calls it DATABASE_URL in their config variables automatically, but you can change it here: heroku I thought maybe that was holding up your deployment to heroku since no link to hosted page on your README.