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
Up until now we have been using a local database: on local we were running the PostgreSQL database locally, and on "live" with the app and the PostgreSQL server both running on the same EC2 instance, so the app connected to a DB on localhost.
Fix it to use a DB instance hosted somewhere else.
Can be on the Cloud on AWS, or other provider.
The text was updated successfully, but these errors were encountered:
Up until now we have been using a local database: on local we were running the PostgreSQL database locally, and on "live" with the app and the PostgreSQL server both running on the same EC2 instance, so the app connected to a DB on
localhost
.Fix it to use a DB instance hosted somewhere else.
Can be on the Cloud on AWS, or other provider.
The text was updated successfully, but these errors were encountered: