1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 13:36:48 +00:00

Add a bit of documentation about the replica config (#1488)

This commit is contained in:
gbrodman
2022-01-13 15:44:04 -05:00
committed by GitHub
parent bbe5c058fe
commit eded6813ab

View File

@@ -242,6 +242,9 @@ cloudSql:
jdbcUrl: jdbc:postgresql://localhost
# This name is used by Cloud SQL when connecting to the database.
instanceConnectionName: project-id:region:instance-id
# If non-null, we will use this instance for certain read-only actions or
# pipelines, e.g. RDE, in order to offload some work from the primary
# instance. Expect any write actions on this instance to fail.
replicaInstanceConnectionName: null
cloudDns: