mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Add placeholder HTTPS_PROXY envar, disabled by default
This commit is contained in:
parent
9dc08341fa
commit
1643ddcc30
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user