Configuration
Environment variables, services, and run commands
Configuration
Backend .env (core)
Frontend src/frontend/.env.local
(Docs site uses Next.js export in docs/documentation; API URL above is for app/frontend.)
Docker Compose (dev stack)
just dev/just db-startwill start MongoDB + Orion-LD (and scheduler if configured).- Default ports: MongoDB 27017, Orion-LD 1026, backend 8000, frontend 3000.
Just Commands (common)
Production Notes (baseline)
- Set
DEBUG=false,LOG_LEVEL=WARNING(or appropriate level). - Enforce HTTPS and restrictive CORS for public hosts.
- Provide real secrets for
SECRET_KEY, API keys, and any auth providers. - Size and secure MongoDB/Orion-LD for production workloads (backups, auth, network policies).
