mirror of
https://github.com/google/nomulus
synced 2026-09-04 23:27:11 +00:00
Add config parameters to point at us to use cloud-dns staging
Add cloudDns.{rootUrl, servicePath} to allow us to point an environment at the
Cloud DNS staging API for testing. Make sandbox and alpha point to staging.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170340859
This commit is contained in:
@@ -110,6 +110,15 @@ datastore:
|
||||
# doubles after each failure).
|
||||
baseOfyRetryMillis: 100
|
||||
|
||||
cloudDns:
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
caching:
|
||||
# Length of time that a singleton should be cached before expiring.
|
||||
singletonCacheRefreshSeconds: 600
|
||||
|
||||
Reference in New Issue
Block a user