Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add database SSL configuration documentation to nextjs-postgres README
Co-authored-by: lionello <[email protected]>
  • Loading branch information
Copilot and lionello committed Jul 16, 2025
commit 43fb6ac61a9caaa7db414d2534b2361dd021003b
4 changes: 4 additions & 0 deletions samples/nextjs-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ For this sample, you will need to provide the following [configuration](https://
### `POSTGRES_PASSWORD`
A password that will be used to connect to the Postgres database.

## Database Configuration

This sample is configured to work with standard PostgreSQL containers that don't have SSL enabled. The production configuration uses `POSTGRES_SSL: false` to ensure compatibility with the default `postgres:16` Docker image. If you're using a managed PostgreSQL service with SSL support, you can set `POSTGRES_SSL: true` in your compose.yaml file.


## Deploying

Expand Down