mirror of
https://github.com/google/nomulus.git
synced 2025-06-12 23:44:46 +02:00
Remove duplicate cloudDns config
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223342648
This commit is contained in:
parent
11da64bee2
commit
b54227e938
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue