mirror of
https://github.com/google/nomulus.git
synced 2025-05-08 15:58:21 +02:00
Unit tests still won't be able to fire up a local server for other reasons, but it is reasonable to at least allow URLs to be constructed from within tests so as to be able to make assertions about conditions that would allow connections to be made successfully. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146917889
24 lines
659 B
YAML
24 lines
659 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
|
|
|
|
braintree:
|
|
merchantAccountIdsMap:
|
|
USD: accountIdUsd
|
|
JPY: accountIdJpy
|