Skip to content

Commit bded0cb

Browse files
committed
fix(frontend): update env vars for dev
1 parent c91055c commit bded0cb

File tree

5 files changed

+27
-23
lines changed

5 files changed

+27
-23
lines changed

frontend/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
VITE_APP_API_URL=http://localhost:43708/api
2+
VITE_APP_CLOUD_API_URL=http://localhost:43708/api
23
VITE_APP_ASSETS_URL=https://assets2.rivet.gg
4+
VITE_APP_CLERK_PUBLISHABLE_KEY=pk_test_Zmlyc3QtZG9ua2V5LTQuY2xlcmsuYWNjb3VudHMuZGV2JA
35
VITE_APP_SENTRY_DSN="https://66a566505cfb4341732a3d350f2b87e2@o4504307129188352.ingest.sentry.io/4506435887366144"
46
VITE_APP_SENTRY_PROJECT_ID="4506435887366144"
57
# This is a public-facing token, safe to commit to repo
68
VITE_APP_POSTHOG_API_KEY=phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo
79
VITE_APP_POSTHOG_HOST=https://ph.rivet.gg
8-
VITE_APP_CLOUD_API_URL=https://cloud.rivet.gg/api
910
DEPLOYMENT_TYPE=staging
1011

1112
# Overridden in CI

frontend/packages/components/src/lib/config.ts

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/components/lib/config.ts

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/lib/env.ts

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)