mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 01:33:29 +02: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:
parent
e9805ecf7d
commit
71e3427fdf
5 changed files with 112 additions and 0 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue