Skip to content

Commit

Permalink
Update 200-pgbouncer.mdx (#6524)
Browse files Browse the repository at this point in the history
Fixes the formatting of the pgBouncer page to correctly end the code block
  • Loading branch information
jnyecode authored Dec 13, 2024
1 parent ef29992 commit 412cfff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use Prisma Client with PgBouncer, add the `?pgbouncer=true` flag to the Postg

```shell
postgresql://USER:PASSWORD@HOST:PORT/DATABASE?pgbouncer=true
``` ```
```

:::info
`PORT` specified for PgBouncer pooling is sometimes different from the default `5432` port. Check your database provider docs for the correct port number.
Expand Down

0 comments on commit 412cfff

Please sign in to comment.