From 37fdefe313896f4d57c79c6086e9ae54c362d990 Mon Sep 17 00:00:00 2001 From: sharhio Date: Wed, 18 Dec 2024 11:10:54 +0200 Subject: [PATCH] DT-6443 jkl default mintransfertime --- app/configurations/config.jyvaskyla.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/configurations/config.jyvaskyla.js b/app/configurations/config.jyvaskyla.js index 7185f8a122..64182ac9bf 100644 --- a/app/configurations/config.jyvaskyla.js +++ b/app/configurations/config.jyvaskyla.js @@ -179,4 +179,9 @@ export default configMerger(walttiConfig, { // Notice! Turning on this setting forces the search for car routes (for the CO2 comparison only). showCO2InItinerarySummary: true, sendAnalyticsCustomEventGoals: true, + + defaultSettings: { + ...walttiConfig.defaultSettings, + minTransferTime: 180, + }, });