hackforla / jobs-for-hope

Aggregate job opportunities for homeless service providers so that people can search for a job in the non-profit sector that fits their skillset.
MIT License
19 stars 20 forks source link

Move deployed app to heroku postgres #176

Closed fyliu closed 5 years ago

fyliu commented 5 years ago

The app is currently using John's AWS postgres DB. We want to use Heroku's free postgres so it's more standalone.

fyliu commented 5 years ago

This is done and the .env and database.ini file are updated in the slack channel. SSL is enabled in the latest code to resolve the connection error for the node server connecting to the DB.