Add all necessary proxy configuration for QA (#1416)

* Add all necessary proxy configuration for QA

Add configuration files, deployment files and the necessary enum values for
the QA environment.
This commit is contained in:
Michael Muller 2021-11-11 15:36:47 -05:00 committed by GitHub
parent e9805ecf7d
commit 71e3427fdf
5 changed files with 112 additions and 0 deletions

View file

@ -30,6 +30,8 @@ public class ProxyConfig {
SANDBOX_CANARY,
CRASH,
CRASH_CANARY,
QA,
QA_CANARY,
ALPHA,
LOCAL,
}

View file

@ -0,0 +1 @@
# Add environment-specific proxy configuration here.

View file

@ -0,0 +1 @@
# Add environment-specific proxy configuration here.