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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user