From b54227e938fa3aad329544ef69602470ce3b1b76 Mon Sep 17 00:00:00 2001 From: jianglai Date: Thu, 29 Nov 2018 07:30:46 -0800 Subject: [PATCH] Remove duplicate cloudDns config ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223342648 --- java/google/registry/config/files/default-config.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/java/google/registry/config/files/default-config.yaml b/java/google/registry/config/files/default-config.yaml index e8e700484..798d5e24a 100644 --- a/java/google/registry/config/files/default-config.yaml +++ b/java/google/registry/config/files/default-config.yaml @@ -197,13 +197,14 @@ datastore: baseOfyRetryMillis: 100 cloudDns: + # Set both properties to null in Production. # The root url for the Cloud DNS API. Set this to a non-null value to # override the default API server used by the googleapis library. - rootUrl: null + rootUrl: https://staging-www.sandbox.googleapis.com # The service endpoint path for the Cloud DNS API. Set this to a non-null # value to override the default API path used by the googleapis library. - servicePath: null + servicePath: dns/v2beta1_staging/projects/ caching: # Length of time that a singleton should be cached before expiring. @@ -361,11 +362,6 @@ misc: # hosts from being used on domains. asyncDeleteDelaySeconds: 90 -cloudDns: - # CloudDns testing config. Set both properties to null in Production. - rootUrl: https://staging-www.sandbox.googleapis.com - servicePath: dns/v2beta1_staging/projects/ - beam: # The default zone to run Apache Beam (Cloud Dataflow) jobs in. defaultJobZone: us-east1-c