# Copy to .env.e2e and fill in real values. Never commit .env.e2e. # Frontend origin the browser navigates to (Next.js proxies /api/v1/* server-side from here). E2E_BASE_URL=http://localhost:3000 # Backend origin, used only to build absolute API paths in error messages / docs; all # actual requests go through E2E_BASE_URL's same-origin /api/v1 proxy. E2E_API_URL=http://localhost:5224 # Credentials for a real AuthHex-backed user with access to Receiving, Production, and # Stock modules. AuthHex is an external identity provider (see docs/11-BACKEND-PHASE1.md # ยง2.0) - there is no local seed for this account, it must already exist upstream. E2E_ADMIN_EMAIL=e2e-tester@example.com E2E_ADMIN_PASSWORD=change-me