diff --git a/algo/global/ParFiles.cxx b/algo/global/ParFiles.cxx
index 7b73fe77991c059b37d962a3694a552e36e278fd..9d4e8ee2cde9139b0cc765ea92b5f97d62025d66 100644
--- a/algo/global/ParFiles.cxx
+++ b/algo/global/ParFiles.cxx
@@ -120,6 +120,8 @@ ParFiles::ParFiles(uint32_t runId)
       trd.hitfinder2d = "mcbm2025_02/TrdHitfinder2DPar.yaml";
 
       ca.mainConfig = "mcbm2025_02/TrackingChainConfig.yaml";
+
+      kfp.V0FinderConfig = "mcbm2025_02/kfp_lambda_v25a.yaml";
       break;
 
     default: throw FatalError("Unknown setup: {}", ToString(setup));
diff --git a/external/InstallParameter.cmake b/external/InstallParameter.cmake
index 7d02e04add0d89dfae88aea1d0ef2465fa3d1ee3..e2c98a2f89de41e69ef18f30969ee696f5c1e9f3 100644
--- a/external/InstallParameter.cmake
+++ b/external/InstallParameter.cmake
@@ -1,7 +1,5 @@
-set(PARAMETER_VERSION cf6a880a56a8695b485efe358231270e9179cb82) # 2025/02/15
+set(PARAMETER_VERSION 99acefb7a5d6667893b319a44a20b265cfb6fbac) # 2025/02/15
 set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
-#set(PARAMETER_VERSION 96b2189ac86b3d49c32f63da76e68f66544bba55) # 2025/05/02, BMON hitfinder parameters for online
-#set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/s.zharko/cbmroot_parameter.git")
 
 download_project_if_needed(PROJECT         Parameter_source
                            GIT_REPOSITORY  ${PARAMETER_SRC_URL}