mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 20:47:52 +02:00
There's no real standard for commented lines in a CSV, but this seems to be the most well-supported option, so may as well use it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211847395
24 lines
699 B
YAML
24 lines
699 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
|