From 91e4f41842376ec88831fdb1411315c3b741a5bc Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Fri, 11 Oct 2024 15:33:19 +0200 Subject: [PATCH] use local amarillo during graph build --- build-config.json | 2 +- router-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config.json b/build-config.json index 39ffec28..357b5c1b 100644 --- a/build-config.json +++ b/build-config.json @@ -17,7 +17,7 @@ "feedId": "skyalps" }, { - "source": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfs.zip", + "source": "http://amarillo:80/gtfs/amarillo.altoadige.gtfs.zip", "type": "gtfs", "feedId": "amarillo" }, diff --git a/router-config.json b/router-config.json index 1ba9ce20..0aafa0b0 100644 --- a/router-config.json +++ b/router-config.json @@ -104,7 +104,7 @@ }, { "type": "stop-time-updater", - "url": "http://amarillo:80/gtfs/amarillo.altoadige.gtfsrt.pbf", + "url": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfsrt.pbf", "feedId": "amarillo" }, {