aboutsummaryrefslogtreecommitdiff
path: root/router-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'router-config.json')
-rw-r--r--router-config.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/router-config.json b/router-config.json
index ff3877e..dcb45b1 100644
--- a/router-config.json
+++ b/router-config.json
@@ -2,7 +2,12 @@
"updaters": [
{
"type": "stop-time-updater",
- "url": "http://localhost:5000/proto",
+ "url": "https://gtfsrt.renfe.com/trip_updates_LD.pb",
+ "feedId": "renfe"
+ },
+ {
+ "type": "vehicle-positions",
+ "url": "https://gtfsrt.renfe.com/vehicle_positions_LD.pb",
"feedId": "renfe"
}
]