mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 06:26:30 +02:00
Add a bit of documentation about the replica config (#1488)
This commit is contained in:
parent
bbe5c058fe
commit
eded6813ab
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue