mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 05:27:52 +02:00
The main thrust of this is to create a common POJO that contains email content in a simple way, then have one class that converts that to an email and sends it. Any class that uses email should only have to deal with creating that POJO. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237883643
33 lines
961 B
YAML
33 lines
961 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:
|
|
|
|
misc:
|
|
# We would rather have failures than timeouts, so reduce the number of retries
|
|
transientFailureRetries: 3
|