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:
@@ -30,6 +30,8 @@ public class ProxyConfig {
|
||||
SANDBOX_CANARY,
|
||||
CRASH,
|
||||
CRASH_CANARY,
|
||||
QA,
|
||||
QA_CANARY,
|
||||
ALPHA,
|
||||
LOCAL,
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Add environment-specific proxy configuration here.
|
||||
@@ -0,0 +1 @@
|
||||
# Add environment-specific proxy configuration here.
|
||||
Reference in New Issue
Block a user