🔧 fix: Add support for configurable MongoDB database name in connection logic

This commit is contained in:
Ruben Talstra 2025-06-15 12:50:08 +02:00
parent cde930e0d6
commit 13d3257801
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA
3 changed files with 104 additions and 3 deletions

View file

@ -15,6 +15,7 @@ HOST=localhost
PORT=3080
MONGO_URI=mongodb://127.0.0.1:27017/LibreChat
# MONGO_DB_NAME=LibreChat
DOMAIN_CLIENT=http://localhost:3080
DOMAIN_SERVER=http://localhost:3080