1
0
mirror of synced 2025-12-19 18:05:44 -05:00

improve docs

This commit is contained in:
Rob Morgan
2019-06-26 11:58:17 +02:00
parent fd76dce436
commit 81b187580c

View File

@@ -138,7 +138,7 @@ func TestPostgresPublicIP(t *testing.T) {
logger.Logf(t, "Connecting to: %s via Cloud SQL Proxy", proxyConn)
// Use the Cloud SQL Proxy for queries
// See https://cloud.google.com/sql/docs/mysql/sql-proxy
// See https://cloud.google.com/sql/docs/postgres/sql-proxy
// Note that sslmode=disable is required it does not mean that the connection
// is unencrypted. All connections via the proxy are completely encrypted.