cozy-games/apps/mnswpr/.env.example
Ayo 969ebba067 chore: restructure to new cozy-games monorepo
Reviewed-on: https://git.ayo.run/ayo/cozy-games/pulls/1
Co-authored-by: Ayo <ayo@ayco.io>
Co-committed-by: Ayo <ayo@ayco.io>
2026-07-03 13:53:13 +00: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=