Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
VITE_APP_API_URL=http://localhost:43708/api
VITE_APP_CLOUD_API_URL=http://localhost:43708/api
VITE_APP_ASSETS_URL=https://assets2.rivet.gg
VITE_APP_CLERK_PUBLISHABLE_KEY=pk_test_Zmlyc3QtZG9ua2V5LTQuY2xlcmsuYWNjb3VudHMuZGV2JA
VITE_APP_SENTRY_DSN="https://66a566505cfb4341732a3d350f2b87e2@o4504307129188352.ingest.sentry.io/4506435887366144"
VITE_APP_SENTRY_PROJECT_ID="4506435887366144"
# This is a public-facing token, safe to commit to repo
VITE_APP_POSTHOG_API_KEY=phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo
VITE_APP_POSTHOG_HOST=https://ph.rivet.gg
VITE_APP_CLOUD_API_URL=https://cloud.rivet.gg/api
DEPLOYMENT_TYPE=staging

# Overridden in CI
Expand Down
10 changes: 2 additions & 8 deletions frontend/packages/components/src/lib/config.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions frontend/src/components/lib/config.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions frontend/src/lib/env.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 19 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading