Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion e2e-stack/env/api.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ JWT_SECRET=e2e-stack-jwt-secret-not-a-real-secret
JWT_EXPIRES_IN=2d
PORT=3000
NETWORK=testnet
DISABLED_PROCESSES=*
# `*` would also switch off JobAccountMerge, which is not background upkeep but the process that
# executes the account-merge confirmation link. With it off the endpoint answers 503 and the
# merge screen never completes. `!` exempts it and leaves every other process disabled.
DISABLED_PROCESSES=*,!JobAccountMerge
REQUEST_LIMIT_CHECK=false
SERVICES_URL=http://frontend
MAIL_USER=e2e@example.com
Expand Down
Loading