Skip to content

Commit

Permalink
chore(hub): add sane defaults for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jan 29, 2025
1 parent 6489694 commit 7ad0ba7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions frontend/apps/hub/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VITE_APP_API_URL=http://127.0.0.1:8080
VITE_APP_ASSETS_URL=https://assets2.rivet.gg
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

# Overridden in CI
VITE_APP_OUTERBASE_PROVIDER_TOKEN=
SENTRY_AUTH_TOKEN=

8 changes: 0 additions & 8 deletions frontend/apps/hub/.env.example

This file was deleted.

0 comments on commit 7ad0ba7

Please sign in to comment.