-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
30 lines (24 loc) · 990 Bytes
/
Copy path.env.local.example
File metadata and controls
30 lines (24 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ─── Supabase (valeurs affichées par `supabase start` en local) ───
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
# ─── Mistral AI (transcription Voxtral + structuration) ───
# Crée ta clé sur https://console.mistral.ai/api-keys
MISTRAL_API_KEY=
# ─── App ───
NEXT_PUBLIC_APP_URL=http://localhost:3000
# ─── Stripe (mode test, optionnel) — laisse vide tant que tu ne testes pas le billing ───
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
STRIPE_PRICE_MONTHLY=
STRIPE_PRICE_ANNUAL=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
# ─── Stripe Connect (fee facturée aux praticiens) — 0 pendant la beta ───
SIDEKICK_FEE_BPS=0
# ─── PostHog (analytics) — optionnel, no-op si vide ───
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=https://eu.i.posthog.com
POSTHOG_KEY=
POSTHOG_HOST=https://eu.i.posthog.com
# ─── Sentry (observabilité) — optionnel ───
SENTRY_DSN=