1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

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 b4468d83a9
commit 930c4f8cfa
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.