Files
cariflex/tools/citrineos-core-main/apps/operator-ui/.env.test
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

16 lines
614 B
Plaintext

# 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!