We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8413e1 commit f77a4f9Copy full SHA for f77a4f9
docs/concepts/managed-storage/managed-postgres.md
@@ -53,7 +53,7 @@ You can connect to the managed Postgres instance using the name of your service
53
// highlight-end
54
# Note: you can create a connection string by using interpolation,
55
# reference config variables by using ${<config name>}
56
- CONNECTURL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}
+ CONNECTURL: postgresql://postgres:${POSTGRES_PASSWORD}@database:5432/postgres
57
database:
58
image: postgres:15
59
x-defang-postgres: true
0 commit comments