Skip to content

Commit 0bf75dd

Browse files
committed
chore(hub): add sane defaults for .env (#1965)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 2783a6f commit 0bf75dd

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

frontend/apps/hub/.env

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
VITE_APP_API_URL=http://127.0.0.1:8080
2+
VITE_APP_ASSETS_URL=https://assets2.rivet.gg
3+
VITE_APP_SENTRY_DSN="https://66a566505cfb4341732a3d350f2b87e2@o4504307129188352.ingest.sentry.io/4506435887366144"
4+
VITE_APP_SENTRY_PROJECT_ID="4506435887366144"
5+
# This is a public-facing token, safe to commit to repo
6+
VITE_APP_POSTHOG_API_KEY=phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo
7+
VITE_APP_POSTHOG_HOST=https://ph.rivet.gg
8+
9+
# Overridden in CI
10+
VITE_APP_OUTERBASE_PROVIDER_TOKEN=
11+
SENTRY_AUTH_TOKEN=
12+

frontend/apps/hub/.env.example

-8
This file was deleted.

0 commit comments

Comments
 (0)