From 4ce62b84ce1941128949baa9bbe7852a884e1a58 Mon Sep 17 00:00:00 2001 From: Jas Krrish Singh <144443132+jaskrrish@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:31:13 +0530 Subject: [PATCH] fix: Link Provided in the Setup of PostgreSQL DB with Railway.app was wrong or not Updated (#12915) * Fix #12863 * Fixes #12863 * Revert yarn.lock * Update README.md fix:#12914 * Update fix: #12914 * Update fix: #12914 * Update [[...step]].tsx --------- Co-authored-by: Keith Williams Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f55e763a3..aafcd72975 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ echo 'NEXT_PUBLIC_DEBUG=1' >> .env If you don't want to create a local DB. Then you can also consider using services like railway.app or render. - - [Setup postgres DB with railway.app](https://arctype.com/postgres/setup/railway-postgres) + - [Setup postgres DB with railway.app](https://docs.railway.app/guides/postgresql) - [Setup postgres DB with render](https://render.com/docs/databases) 1. Copy and paste your `DATABASE_URL` from `.env` to `.env.appStore`.