mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-07-31 14:56:25 -04:00
9 lines
345 B
Bash
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
|