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

9 lines
345 B
Bash

# Profile: proxy-http (config cluster: HTTP proxy — #956 proxy-ignored regressions)
# All app egress routes through tinyproxy. Search/download must still succeed,
# and traffic must actually traverse the proxy.
COMPOSE_PROFILES=proxy-http
SM_AA_URL=http://mock-aa
SM_PROXY_MODE=http
SM_HTTP_PROXY=http://tinyproxy:8888
E2E_PROFILE=proxy-http