# MongoDB connection string (use container name when on same Docker network) MONGO_URI=mongodb://mongodb:27017/LibreChat # API key required to access the dashboard (change this!) DASHBOARD_API_KEY=changeme # Server port (default 3001) PORT=3001