-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(hub): add sane defaults for .env
- Loading branch information
1 parent
6489694
commit 7ad0ba7
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= | ||
|
This file was deleted.
Oops, something went wrong.