mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
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
6 lines
194 B
YAML
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
|