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
This commit is contained in:
mcilwain 2017-01-24 08:40:41 -08:00 committed by Ben McIlwain
parent 9adfd7a353
commit 16f51f0a5c
6 changed files with 18 additions and 43 deletions

View file

@ -1,3 +1 @@
appEngine:
projectId: domain-registry
# Add environment-specific configuration here