google-nomulus/java/google/registry/config/unittest-config.yaml
mcilwain b5cf58bf2c Add initial implementation of YAML config file
This implements the basic framework that allows global YAML
configuration, per-environment custom configuration, and unit-
test-specific configuration.

TESTED=I deployed to alpha, ran some EPP commands through the
nomulus tool, and verified no errors.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145422680
2017-01-25 12:25:05 -05:00

6 lines
194 B
YAML

# This is the configuration file used by unit tests. These values ARE NOT
# SUITABLE for use in a real deployed environment.
datastore:
commitLogBucketsNum: 3
eppResourceIndexBucketsNum: 3