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
You can set the DATABASE_URL env var to any Postgres instance you like, eg, DATABASE_URL=postgresql://<USERNAME>:<PASSWORD>@localhost:5432/<DATABASE_NAME>. Let me know if you need more help.
Edit: I updated the readme just now, which might help. Note that DATABASE_URL needs to be in .env not .env.local.
How can I use a local or dockerized instance of Postgres instead of Railway?
The text was updated successfully, but these errors were encountered: