mirror of
https://github.com/google/nomulus
synced 2026-05-01 21:35:59 +00:00
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:
@@ -12,6 +12,10 @@
|
||||
<idle-timeout>10m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
<resource-files>
|
||||
<include path="/WEB-INF/*.yaml"/>
|
||||
</resource-files>
|
||||
|
||||
<system-properties>
|
||||
<property name="java.util.logging.config.file"
|
||||
value="WEB-INF/logging.properties"/>
|
||||
|
||||
3
java/google/registry/env/alpha/common/WEB-INF/nomulus-config.yaml
vendored
Normal file
3
java/google/registry/env/alpha/common/WEB-INF/nomulus-config.yaml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
general:
|
||||
appEngineProjectId: domain-registry-alpha
|
||||
@@ -12,6 +12,10 @@
|
||||
<idle-timeout>10m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
<resource-files>
|
||||
<include path="/WEB-INF/*.yaml"/>
|
||||
</resource-files>
|
||||
|
||||
<system-properties>
|
||||
<property name="java.util.logging.config.file"
|
||||
value="WEB-INF/logging.properties"/>
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
<idle-timeout>5m</idle-timeout>
|
||||
</basic-scaling>
|
||||
|
||||
<resource-files>
|
||||
<include path="/WEB-INF/*.yaml"/>
|
||||
</resource-files>
|
||||
|
||||
<system-properties>
|
||||
<property name="java.util.logging.config.file"
|
||||
value="WEB-INF/logging.properties"/>
|
||||
|
||||
Reference in New Issue
Block a user