fix(librechat): add version under [config] and remove stray [config.mounts] header

This commit is contained in:
Sunil Shrestha
2025-11-10 09:19:06 +05:45
parent 60796a9084
commit 1d70294310

View File

@@ -14,6 +14,7 @@ mongo_password = "${password:16}"
postgresql_password = "${password:16}"
[config]
version = "1.0.0"
# Main service domain mapping
[[config.domains]]
serviceName = "librechat"
@@ -66,7 +67,6 @@ CHUNK_SIZE=1500
CHUNK_OVERLAP=100
[config.mounts]
# Persistent data volumes
[[config.mounts]]
volumeName = "mongo_data"