Skip to content

Commit 1b60c4b

Browse files
committed
chore: supabase note
1 parent 40bc273 commit 1b60c4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

versioned_docs/version-2.0.0/quickstart/express-postgresql-prisma.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432
6868
PORT=3000
6969
DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/postgres"
7070
```
71-
> Note: If you are using Supabase, you need to add a DIRECT_URL to your .env file and uncomment the directUrl line in your prisma/schema.prisma file.
72-
7371

7472
### Migrate the database:
7573
```bash

0 commit comments

Comments
 (0)