# Playwright E2E environment. Committed intentionally so `npm run test:e2e` # and the GitHub Actions tests workflow run with zero configuration against # the local docker-compose stack. Values must match the defaults seeded by # citrineos-core's docker-compose and the admin creds in .env.local. E2E_BASE_URL=http://localhost:3000 HASURA_URL=http://localhost:8090/v1/graphql CITRINE_CORE_URL=http://localhost:8080 E2E_TENANT_ID=1 E2E_ADMIN_EMAIL=admin@citrineos.com E2E_ADMIN_PASSWORD=CitrineOS! E2E_AUTH_PROVIDER=generic # Optional. Used by the Phase 2 schema-drift guard if set. HASURA_ADMIN_SECRET=CitrineOS!