Frontend/backend code for https://github.com/cipher982/llm-benchmarks
- NODE_ENV: required. Must be
productionordevelopment. The server refuses to start if missing/invalid. - ADMIN_API_KEY: required in production. Used for all admin-protected endpoints via
x-admin-keyheader. - DISABLE_CORS: optional. If set to
true, CORS is disabled (allow all origins). Do not use in production. - MONGODB_URI, PORT, FRONTEND_URL: standard service configuration.
Notes:
- Manual data generation endpoint
/admin/generate-datais protected byx-admin-keyin production and is mostly for debugging; a cron job runs every 30 minutes automatically.