mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 13:37:51 +02:00
In addition to just making good sense to not have support group for some environments (local? unittest? crash?) - connecting with G Suit requires additional permissions that are harder to find. Specifically, it requires the Json Credentials that just aren't set in the Dummy Keyring used on some environments. So we make sure to not even *try* to create the credentials if the support email isn't set ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=225589255
29 lines
844 B
YAML
29 lines
844 B
YAML
# This is the configuration file used by unit tests. These values ARE NOT
|
|
# SUITABLE for use in a real deployed environment.
|
|
|
|
registryPolicy:
|
|
registrarChangesNotificationEmailAddresses:
|
|
- notification@test.example
|
|
- notification2@test.example
|
|
defaultRegistrarWhoisServer: whois.nic.fakewhois.example
|
|
reservedTermsExportDisclaimer: |
|
|
Disclaimer line 1.
|
|
Line 2 is this 1.
|
|
|
|
datastore:
|
|
commitLogBucketsNum: 3
|
|
eppResourceIndexBucketsNum: 3
|
|
baseOfyRetryMillis: 0
|
|
|
|
caching:
|
|
singletonCacheRefreshSeconds: 0
|
|
domainLabelCachingSeconds: 0
|
|
singletonCachePersistSeconds: 0
|
|
staticPremiumListMaxCachedEntries: 50
|
|
eppResourceCachingEnabled: true
|
|
eppResourceCachingSeconds: 0
|
|
|
|
# Remove the support G Suite group, because we don't want to try connecting to G Suite servers from
|
|
# tests
|
|
gSuite:
|
|
supportGroupEmailAddress:
|