fix: set proper database name for mongodb
This commit is contained in:
@@ -40,7 +40,7 @@ MONGO_HOST=mongodb
|
|||||||
MONGO_PORT=27017
|
MONGO_PORT=27017
|
||||||
MONGO_USER=alfred
|
MONGO_USER=alfred
|
||||||
MONGO_PASSWORD=
|
MONGO_PASSWORD=
|
||||||
MONGO_DB_NAME=alfred
|
MONGO_DB_NAME=LibreChat
|
||||||
|
|
||||||
# PostgreSQL (Vector Database / RAG)
|
# PostgreSQL (Vector Database / RAG)
|
||||||
POSTGRES_URI=
|
POSTGRES_URI=
|
||||||
|
|||||||
Reference in New Issue
Block a user