aboutsummaryrefslogtreecommitdiff
path: root/router-config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-15 22:13:31 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-15 22:13:31 +0100
commitcb712dc2a9f3d4ce0cf94fded321de4138f063d9 (patch)
tree4610ffe4862bd36010b9780483267ea9f7a2205a /router-config.json
parent889e1ccfdd54d3e68982b9c48d0e324750fce002 (diff)
Remove renfe RT proxying, add Xunta feed, update script
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"
}
]