Files
shelfmark/tests/e2e/platform/env/proxy-socks.env

8 lines
256 B
Bash

# Profile: proxy-socks (config cluster: SOCKS5 proxy)
# All app egress routes through a SOCKS5 proxy (microsocks).
COMPOSE_PROFILES=proxy-socks
SM_AA_URL=http://mock-aa
SM_PROXY_MODE=socks5
SM_SOCKS5_PROXY=socks5://microsocks:1080
E2E_PROFILE=proxy-socks