Skip to content

Commit

Permalink
Merge pull request #5221 from HSLdevcom/DT-6443
Browse files Browse the repository at this point in the history
DT-6443 jkl default mintransfertime
  • Loading branch information
vesameskanen authored Jan 7, 2025
2 parents 00905f7 + 37fdefe commit 26e291d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/configurations/config.jyvaskyla.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
});

0 comments on commit 26e291d

Please sign in to comment.