We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pls add http proxy in config.
We can not access modio without a proxy.
The text was updated successfully, but these errors were encountered:
I "fixed" this by setting https_proxy in powershell and start MINT from it. Still better if we can set it directly in app.
Sorry, something went wrong.
Thanks for the inspiration. I created a start.ps1 file and wrote the following code:
start.ps1
$env:HTTP_PROXY = "http://127.0.0.1:8888" $env:HTTPS_PROXY = "http://127.0.0.1:8888" Write-Host "HTTP_PROXY: $($env:HTTP_PROXY)" Write-Host "HTTPS_PROXY: $($env:HTTPS_PROXY)" .\drg_mod_integration
Then run start.ps1 to start mint. This workaround works well for me but still wish that we could set the proxy directly in mint :)
No branches or pull requests
Pls add http proxy in config.
We can not access modio without a proxy.
The text was updated successfully, but these errors were encountered: