Express.js + Chart.js dashboard for LibreChat usage analytics. Queries MongoDB transactions collection for model/agent usage, costs, and top users. Dark theme with Montserrat font, black/gold (#FFC407) color scheme. Docker-ready with API key authentication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
247 B
Text
8 lines
247 B
Text
# 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
|