# Conflicts: # .env.example # aidlc-docs/features/react-frontend/aidlc-state.md # aidlc-docs/features/react-frontend/audit.md # aidlc-docs/features/react-frontend/operations/monitoring/monitoring-plan.md # aidlc-docs/features/react-frontend/operations/monitoring/monitoring-setup.md # aidlc-docs/features/react-frontend/operations/production-readiness-checklist.md # src/components/RootLayout.tsx # src/vite-env.d.ts
18 lines
1.0 KiB
Bash
18 lines
1.0 KiB
Bash
# Voorbeeldbestand voor lokale environment-variabelen (Vite).
|
|
# Kopieer dit naar `.env.local` (die is al gitignored via de "*.local" regel)
|
|
# en vul je eigen waarden in. `.env.local` overschrijft niets in Gitea CI/CD —
|
|
# die gebruikt zijn eigen repository variables/secrets (zie continuous_integration.yaml).
|
|
|
|
# Sentry DSN (Data Source Name) voor client-side error/performance-monitoring.
|
|
# Geen secret — een DSN is veilig om client-side te tonen. Maak een (gratis)
|
|
# Sentry-project aan op https://sentry.io en plak hier de DSN van dat project.
|
|
# Laat leeg/weg om Sentry lokaal uit te schakelen (alleen console-logging blijft actief).
|
|
VITE_SENTRY_DSN=
|
|
|
|
# Self-hosted Umami analytics (zie operations/monitoring/umami-setup.md).
|
|
# Geen van beide is een secret (client-side zichtbaar in de pagina-broncode).
|
|
# Laat leeg/weg om analytics lokaal uit te schakelen; in `pnpm dev` wordt het
|
|
# script sowieso nooit geladen, ongeacht deze waarden (zie UmamiAnalytics.tsx).
|
|
VITE_UMAMI_SCRIPT_URL=https://analytics.slpsoftware.nl/script.js
|
|
VITE_UMAMI_WEBSITE_ID=
|