Skip to content

Commit a4905c8

Browse files
authored
Update managed-postgres.md: sslmode=require
1 parent f77a4f9 commit a4905c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/managed-storage/managed-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can connect to the managed Postgres instance using the name of your service
5353
// highlight-end
5454
# Note: you can create a connection string by using interpolation,
5555
# reference config variables by using ${<config name>}
56-
CONNECTURL: postgresql://postgres:${POSTGRES_PASSWORD}@database:5432/postgres
56+
CONNECTURL: postgresql://postgres:${POSTGRES_PASSWORD}@database:5432/postgres?sslmode=require
5757
database:
5858
image: postgres:15
5959
x-defang-postgres: true

0 commit comments

Comments
 (0)