Skip to content

Commit f77a4f9

Browse files
authored
Update managed-postgres.md: fix interpolated CONNECTURL
1 parent f8413e1 commit f77a4f9

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_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}
56+
CONNECTURL: postgresql://postgres:${POSTGRES_PASSWORD}@database:5432/postgres
5757
database:
5858
image: postgres:15
5959
x-defang-postgres: true

0 commit comments

Comments
 (0)