811eb97fbf
Rename WSL helpers to Linux-native scripts, expose Redis in docker-compose, prefer .venv tools in pre_deploy_check, and record 2026-06-04 audit waves.
8 lines
311 B
Bash
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
|