From 30e35fe0683c37014e50308613a5e7864580c4e2 Mon Sep 17 00:00:00 2001 From: Jatin Ranka Date: Wed, 8 Jun 2022 14:13:01 +0530 Subject: [PATCH] Fix: updated env file path for db setup (#2937) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c6eb28f0..5d356f3299 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ echo 'NEXT_PUBLIC_DEBUG=1' >> .env #### Manual setup -1. Configure environment variables in the .env file. Replace ``, ``, ``, `` with their applicable values +1. Configure environment variables in the `packages/prisma/.env` file. Replace ``, ``, ``, `` with their applicable values ``` DATABASE_URL='postgresql://:@:'