-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
14 lines (12 loc) · 1.2 KB
/
.env.example
File metadata and controls
14 lines (12 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ─────────────────────────────────────────────────────────────────────────────
# .env.example — CodeLearn v1.1.0a - The Synch Update
#
# Copia questo file come ".env" nella root del progetto e compila i valori.
# Il file .env NON deve essere committato su Git (già in .gitignore).
# ─────────────────────────────────────────────────────────────────────────────
# ── Supabase ──────────────────────────────────────────────────────────────────
# Ottieni questi valori da: https://supabase.com → Progetto → Settings → API
VITE_SUPABASE_URL=https://xxxxxxxxxxxxxxxxxx.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# NOTA: Se non vuoi usare Supabase, lascia questi campi vuoti.
# L'app funzionerà in modalità completamente locale (localStorage only).