From eded6813ab4473530fc3f53ac4bb188bf6e8625a Mon Sep 17 00:00:00 2001 From: gbrodman Date: Thu, 13 Jan 2022 15:44:04 -0500 Subject: [PATCH] Add a bit of documentation about the replica config (#1488) --- .../main/java/google/registry/config/files/default-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/main/java/google/registry/config/files/default-config.yaml b/core/src/main/java/google/registry/config/files/default-config.yaml index cc107d87c..889b04580 100644 --- a/core/src/main/java/google/registry/config/files/default-config.yaml +++ b/core/src/main/java/google/registry/config/files/default-config.yaml @@ -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: