mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
e280d5f0af
commit
73f527ccc8
3 changed files with 57 additions and 1 deletions
|
@ -28,8 +28,9 @@ public class ProxyConfig {
|
|||
PRODUCTION_CANARY,
|
||||
SANDBOX,
|
||||
SANDBOX_CANARY,
|
||||
ALPHA,
|
||||
CRASH,
|
||||
CRASH_CANARY,
|
||||
ALPHA,
|
||||
LOCAL,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue