Skip to content

Commit 70f09e0

Browse files
Update README to remove PGSSLMODE
Remove PGSSLMODE setting from README configuration.
1 parent 9ea8166 commit 70f09e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Create a `.env` file in the root directory:
4949
```bash
5050
DATABASE_URL=postgres://your_user:your_password@localhost:5432/cyfoverflow
5151
JWT_SECRET=your_strong_jwt_secret_here
52-
PGSSLMODE=disable
5352
````
5453

5554
> Generate a strong JWT secret:

0 commit comments

Comments
 (0)