mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-24 19:26:14 +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
|
|
@ -48,6 +48,4 @@ async function connectDb() {
|
|||
return cached.conn;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
connectDb,
|
||||
};
|
||||
module.exports = { connectDb };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue