-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (24 loc) · 1.08 KB
/
Copy path.env.example
File metadata and controls
27 lines (24 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copy this file to `.env.local` and fill in real values. `.env.local` is gitignored.
#
# VITE_* vars are inlined into the client bundle at build time (publicly visible).
# Non-prefixed vars are read by Node only (build-time secrets).
# ---------- Firebase (client) ----------
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=
# ---------- Sentry (client runtime) ----------
# Public DSN — safe to ship in the bundle. Leave empty in local dev to disable.
VITE_SENTRY_DSN=
# `production` | `staging` | `development`. When `development`, the logger no-ops.
VITE_SENTRY_ENVIRONMENT=development
# Git SHA or version string. Netlify auto-provides COMMIT_REF; this overrides it.
VITE_SENTRY_RELEASE=
# ---------- Sentry (build-time, source map upload) ----------
# DO NOT prefix these with VITE_ — they must stay server-side and never enter the bundle.
# Set in Netlify env vars; only needed locally if you want to test source map uploads.
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=