Files
Nexus/scripts/npm-proxy.env.example
T

8 lines
311 B
Bash
Raw Normal View History

# Copy to scripts/npm-proxy.env and adjust for your network.
# Used by scripts/linux_mcp_mysql.sh before npx (not committed).
export ALL_PROXY=socks5://192.168.124.93:10808
export HTTP_PROXY=socks5://192.168.124.93:10808
export HTTPS_PROXY=socks5://192.168.124.93:10808
export NO_PROXY=localhost,127.0.0.1,::1