From d508c9e04159a59164761e9df3a35e9bb35cdb90 Mon Sep 17 00:00:00 2001 From: Altonhe Date: Wed, 26 Jun 2024 02:52:09 -0400 Subject: [PATCH] update example env --- modules/aws-ec2/.env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/aws-ec2/.env.example b/modules/aws-ec2/.env.example index 83e85c7..2a9316e 100644 --- a/modules/aws-ec2/.env.example +++ b/modules/aws-ec2/.env.example @@ -1,10 +1,10 @@ -GTFS_URL=https://opendata.burlington.ca/gtfs-rt/GTFS_Data.zip +GTFS_URL=https://api.cityofkingston.ca/gtfs/gtfs.zip TEST_API_KEY=test -VEHICLE_POSITIONS_URL=https://opendata.burlington.ca/gtfs-rt/GTFS_VehiclePositions.pb -TRIP_UPDATES_URL=https://opendata.burlington.ca/gtfs-rt/GTFS_TripUpdates.pb -ALERTS_URL=https://opendata.burlington.ca/gtfs-rt/GTFS_ServiceAlerts.pb +VEHICLE_POSITIONS_URL=https://api.cityofkingston.ca/gtfs-realtime/vehicleupdates.pb +TRIP_UPDATES_URL=https://api.cityofkingston.ca/gtfs-realtime/tripupdates.pb +ALERTS_URL=https://api.cityofkingston.ca/gtfs-realtime/alerts.pb REFRESH_INTERVAL=30 -AGENCY_ID=Burlington +AGENCY_ID=Kingston Transit TZ=America/Toronto GOOGLE_MAPS_API_KEY= GOOGLE_MAPS_CHANNEL_ID=