Skip to content

Commit

Permalink
refactor : add e2e env to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsola authored and tcsola committed Sep 13, 2024
1 parent 4ad1773 commit b0b8828
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ REEARTH_WEB_AUTH0_AUDIENCE=
REEARTH_WEB_AUTH0_CLIENT_ID=

# Optional
REEARTH_WEB_CESIUM_ION_TOKEN_URL=
REEARTH_WEB_CESIUM_ION_TOKEN_URL=

# E2E for playwright
REEARTH_WEB_E2E_BASEURL=
REEARTH_WEB_E2E_ACCOUNT=
REEARTH_WEB_E2E_ACCOUNT_PASSWORD=

0 comments on commit b0b8828

Please sign in to comment.