mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 22:18:51 +01:00
🔧 fix: Add support for configurable MongoDB database name in connection logic
This commit is contained in:
parent
cde930e0d6
commit
13d3257801
3 changed files with 104 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue