Add configs for production GCP proxy

This also introduces a production canary environment, similar to sandbox canary. The docker tags are changed to "live" and "sandbox" respectively, to reflect the fact that different images may be used for prod and sandbox.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204343530
This commit is contained in:
jianglai 2018-07-12 12:28:13 -07:00
parent a00cb2237a
commit 35110927d6
5 changed files with 105 additions and 1 deletions

View file

@ -25,6 +25,7 @@ public class ProxyConfig {
enum Environment {
PRODUCTION,
PRODUCTION_CANARY,
SANDBOX,
SANDBOX_CANARY,
ALPHA,