1
0
mirror of https://github.com/google/nomulus synced 2026-02-06 21:11:34 +00:00

Add crash canary environment for proxy

This makes it possible to set up canary testing on crash.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=240210405
This commit is contained in:
jianglai
2019-03-25 13:50:01 -07:00
parent 919ad108ba
commit 64edf25fbe
3 changed files with 57 additions and 1 deletions

View File

@@ -28,8 +28,9 @@ public class ProxyConfig {
PRODUCTION_CANARY,
SANDBOX,
SANDBOX_CANARY,
ALPHA,
CRASH,
CRASH_CANARY,
ALPHA,
LOCAL,
}