mnswpr/.env.example
Ayo f6b71023ec
Some checks are pending
Checks / lint (push) Waiting to run
Checks / test (push) Waiting to run
Checks / content (push) Waiting to run
chore: flatten the app workspace
2026-07-18 21:12:24 +02:00

21 lines
885 B
Text

# Firebase config template. Copy the keys you need into an env file:
# - app/.env.development -> dev values (committed; used by `pnpm dev`)
# - app/.env.production -> prod values (gitignored; optional, for local
# prod builds and the Legends export). In hosting
# (Netlify) set these as environment variables.
# These Firebase keys are public (not secrets); access is governed by
# firestore.rules.
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_DATABASE_URL=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=
VITE_FIREBASE_MEASUREMENT_ID=
# Leaderboard collection namespace: `mw` in production, `mw-test` for dev/previews.
VITE_LB_NAMESPACE=
# Set to 1 to point the app at a local Firestore emulator (dev only).
VITE_FIRESTORE_EMULATOR=