Files
Nexus/scripts/npm-proxy.env.example
T
2026-07-08 22:31:31 +08:00

8 lines
311 B
Bash

# 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