mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 04:27:51 +02:00
This also cleans up the PremiumList API so that it only has one method for checking premium prices, which is by TLD, rather than two. I will be refactoring a lot of the static methods currently residing in the PremiumList class into a separate utils class, but I don't want to include too many changes in this one CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148475345
25 lines
699 B
YAML
25 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
|
|
defaultRegistrarReferralUrl: http://www.referral.example/path
|
|
|
|
datastore:
|
|
commitLogBucketsNum: 3
|
|
eppResourceIndexBucketsNum: 3
|
|
baseOfyRetryMillis: 0
|
|
|
|
caching:
|
|
singletonCacheRefreshSeconds: 0
|
|
domainLabelCachingSeconds: 0
|
|
singletonCachePersistSeconds: 0
|
|
staticPremiumListMaxCachedEntries: 50
|
|
|
|
braintree:
|
|
merchantAccountIdsMap:
|
|
USD: accountIdUsd
|
|
JPY: accountIdJpy
|