diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 7a5e59ba75..17f07811c0 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -91,7 +91,9 @@ backend: password: ${POSTGRES_PASSWORD} # https://node-postgres.com/features/ssl # ssl: - # host: ${POSTGRES_HOST} + # host is only needed if the connection name differs from the certificate name. + # This is for example the case with CloudSQL. + # host: servername in the certificate # ca: # $file: /server.pem # key: