mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-08-03 00:08:07 -04:00
9 lines
285 B
Bash
9 lines
285 B
Bash
# Profile: baseline
|
|
# Direct connection to the fake Anna's Archive, no bypasser, no proxy, system DNS.
|
|
# Exercises clusters 2/3 (search + AA parsing) and the download happy path.
|
|
COMPOSE_PROFILES=
|
|
SM_AA_URL=http://mock-aa
|
|
SM_USE_CF_BYPASS=false
|
|
SM_PROXY_MODE=none
|
|
E2E_PROFILE=baseline
|