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:
15
tools/citrineos-core-main/apps/operator-ui/.env.test
Normal file
15
tools/citrineos-core-main/apps/operator-ui/.env.test
Normal 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!
|
||||
Reference in New Issue
Block a user