From 76638e50203a056dc6f75f22ea04dd96741f60a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sterba?= Date: Fri, 30 Jun 2023 13:55:58 +0200 Subject: [PATCH] Apply feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Sterba --- docs/getting-started/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: