chore(scaffold): compléter .env.example (T2_LIVE, SENTRY) + ignorer .claude/
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
720d4dbbf8
commit
57a8b1847a
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
VITE_API_URL=https://api.expria.app
|
VITE_API_URL=https://api.expria.app
|
||||||
VITE_SUPABASE_URL=https://xxx.supabase.co
|
VITE_SUPABASE_URL=https://xxx.supabase.co
|
||||||
VITE_SUPABASE_ANON_KEY=xxx
|
VITE_SUPABASE_ANON_KEY=xxx
|
||||||
|
|
||||||
|
# Optionnel — active la feature T2 Live audio ('true' ou 'false')
|
||||||
|
VITE_ENABLE_T2_LIVE=false
|
||||||
|
|
||||||
|
# Optionnel — DSN Sentry pour monitoring prod (laisser commenté en dev local)
|
||||||
|
# VITE_SENTRY_DSN=https://xxxxxx@o000000.ingest.sentry.io/0000000
|
||||||
|
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -27,3 +27,6 @@ dist-ssr
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Claude Code local config
|
||||||
|
.claude/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue