-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
13 lines (12 loc) · 739 Bytes
/
Copy path.env.example
File metadata and controls
13 lines (12 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Repo root `.env` is loaded by Vite for `@quest-bound/core-engine` (see `envDir` in
# `packages/core-engine/vite.config.ts`). You do not need a copy inside `packages/remote-db`:
# `remote-db` reads `import.meta.env.VITE_*` only after the app is bundled by Vite.
#
# Optional: enable Plausible Analytics for DAU and page views.
# Sign up at https://plausible.io, add your site, then set your domain here (e.g. questbound.app).
# VITE_PLAUSIBLE_DOMAIN=yourdomain.com
# Optional: enable multi-device sync via Quest Bound Cloud (Supabase).
# Create a project at https://supabase.com, then set URL and anon key.
# If missing, sync features are hidden.
# VITE_SUPABASE_URL=https://<project-ref>.supabase.co
# VITE_SUPABASE_ANON_KEY=<anon-key>