Fix: updated env file path for db setup (#2937)

This commit is contained in:
Jatin Ranka
2022-06-08 09:43:01 +01:00
committed by GitHub
parent 7151c65f1a
commit 30e35fe068
+1 -1
View File
@@ -133,7 +133,7 @@ echo 'NEXT_PUBLIC_DEBUG=1' >> .env
#### Manual setup
1. Configure environment variables in the .env file. Replace `<user>`, `<pass>`, `<db-host>`, `<db-port>` with their applicable values
1. Configure environment variables in the `packages/prisma/.env` file. Replace `<user>`, `<pass>`, `<db-host>`, `<db-port>` with their applicable values
```
DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>'