Skip to content

Commit

Permalink
Don't download train gtfs rt through proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Mar 15, 2024
1 parent 1f278b1 commit fab5924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion finland/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"id": "digitraffic-trip-updates",
"type": "stop-time-updater",
"frequency": "60s",
"url": "http://digitransit-proxy:8080/out/rata.digitraffic.fi/api/v1/trains/gtfs-rt-updates",
"url": "https://rata.digitraffic.fi/api/v1/trains/gtfs-rt-updates",
"feedId": "digitraffic",
"fuzzyTripMatching": false,
"backwardsDelayPropagationType": "ALWAYS"
Expand Down
7 changes: 2 additions & 5 deletions waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,10 @@
"id": "digitraffic-trip-updates",
"type": "stop-time-updater",
"frequency": "60s",
"url": "http://digitransit-proxy:8080/out/rata.digitraffic.fi/api/v1/trains/gtfs-rt-updates",
"url": "https://rata.digitraffic.fi/api/v1/trains/gtfs-rt-updates",
"feedId": "digitraffic",
"fuzzyTripMatching": false,
"backwardsDelayPropagationType": "ALWAYS",
"headers": {
"accept-encoding": "gzip"
}
"backwardsDelayPropagationType": "ALWAYS"
},
{
"id": "foli-trip-updates",
Expand Down

0 comments on commit fab5924

Please sign in to comment.