devops
backend
database
auth
Added environment config files and VS Code editor associations
Improvements
- Added shared and environment-specific configuration files (.env, .env.development, .env.production) to centralize app settings and provide sensible defaults for development and production.devops
- Provided local development defaults (local Supabase, PostgreSQL, Redis, Inngest, and test Clerk keys) to simplify running SuprLogs locally.backend
- Added production placeholders and recommended override behavior so deployment environments can supply real service URLs and secrets.devops
- Added VS Code editor associations for .csv, .tsv, and .parquet files to open in the DuckDB data viewer for easier inspection of data files.frontend
Documentation
- Documented that secrets (for example CLERK_SECRET_KEY, CLERK_WEBHOOK_SECRET, and production service keys) must not be committed and should be placed in .env.local or in deployment environment variables.