diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 22:13:31 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 22:13:31 +0100 |
| commit | cb712dc2a9f3d4ce0cf94fded321de4138f063d9 (patch) | |
| tree | 4610ffe4862bd36010b9780483267ea9f7a2205a /router-config.json | |
| parent | 889e1ccfdd54d3e68982b9c48d0e324750fce002 (diff) | |
Remove renfe RT proxying, add Xunta feed, update script
Diffstat (limited to 'router-config.json')
| -rw-r--r-- | router-config.json | 7 |
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" } ] |
