Skip to content

Commit

Permalink
Fix typo in ENV variable name (#11541)
Browse files Browse the repository at this point in the history
  • Loading branch information
deiga authored Jun 3, 2024
1 parent c65a911 commit eb31675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ecosystem/neon-serverless-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ bun add @neondatabase/serverless
Create a `.env.local` file and add your [Neon Postgres connection string](https://neon.tech/docs/connect/connect-from-any-app) to it.

```sh
DATBASE_URL=postgresql://username:[email protected]/neondb?sslmode=require
DATABASE_URL=postgresql://username:[email protected]/neondb?sslmode=require
```

---
Expand Down

0 comments on commit eb31675

Please sign in to comment.