Replace custom HTTP_PROXY IP with localhost

This commit is contained in:
Stefan Ceriu
2023-08-16 15:55:02 +03:00
committed by Stefan Ceriu
parent a7384cfa8a
commit c567901793
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "HTTPS_PROXY"
value = "192.168.0.111:9090"
value = "localhost:9090"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable

View File

@@ -23,7 +23,7 @@ schemes:
value: full
isEnabled: false
- variable: HTTPS_PROXY
value: 192.168.0.111:9090
value: localhost:9090
isEnabled: false
- variable: UI_TESTS_SCREEN
value: ""