From 1d702943103d80af380e68f9a274d14d2fd90223 Mon Sep 17 00:00:00 2001 From: Sunil Shrestha Date: Mon, 10 Nov 2025 09:19:06 +0545 Subject: [PATCH] fix(librechat): add version under [config] and remove stray [config.mounts] header --- blueprints/librechat/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/librechat/template.toml b/blueprints/librechat/template.toml index c1884b04..3c74806c 100644 --- a/blueprints/librechat/template.toml +++ b/blueprints/librechat/template.toml @@ -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"