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
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
# 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!