forked from StudentSuite/StudyMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 1.18 KB
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 1.18 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
# ---------------------------------------------------------------------------
# Supabase (required for auth — sign in / sign up / Google OAuth)
# Get these from: Supabase dashboard > Settings > API
# ---------------------------------------------------------------------------
NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-public-key
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# ---------------------------------------------------------------------------
# MapTiler (required for the map basemap)
# Free tier, no credit card: https://cloud.maptiler.com/account/keys/
# ---------------------------------------------------------------------------
NEXT_PUBLIC_MAPTILER_KEY=your-maptiler-key
# ---------------------------------------------------------------------------
# Analytics (optional)
# Only needed if you are running your own Umami instance.
# Leave unset to disable analytics entirely — the app works fine without them.
# ---------------------------------------------------------------------------
# NEXT_PUBLIC_UMAMI_SRC=https://your-umami-instance.example.com/script.js
# NEXT_PUBLIC_UMAMI_WEBSITE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx