Add placeholder HTTPS_PROXY envar, disabled by default
This commit is contained in:
committed by
Stefan Ceriu
parent
5a7f630249
commit
cc84dbf6e3
@@ -101,6 +101,11 @@
|
||||
value = "full"
|
||||
isEnabled = "NO">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "HTTPS_PROXY"
|
||||
value = "192.168.0.111:9090"
|
||||
isEnabled = "NO">
|
||||
</EnvironmentVariable>
|
||||
</EnvironmentVariables>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
|
||||
@@ -22,6 +22,9 @@ schemes:
|
||||
- variable: RUST_BACKTRACE
|
||||
value: full
|
||||
isEnabled: false
|
||||
- variable: HTTPS_PROXY
|
||||
value: 192.168.0.111:9090
|
||||
isEnabled: false
|
||||
test:
|
||||
config: Debug
|
||||
gatherCoverageData: true
|
||||
|
||||
Reference in New Issue
Block a user