MindConnect-NodeJS Proxy Support¶
Set the http_proxy
or HTTP_PROXY
environment variable if you need to connect via proxy to Insights Hub. The settings are valid for the MindConnect Agents, SDK, CLI, the development proxy and also for Node-RED agent.
BASH (Linux, git bash...)¶
export HTTP_PROXY=http://localhost:8888
Windows CMD¶
set "HTTP_PROXY=http://localhost:8888"
Windows PowerShell¶
$Env:HTTP_PROXY="http://localhost:8888"