From b8770342614951be1718254cc74660b0a7c7aac7 Mon Sep 17 00:00:00 2001 From: Altonhe Date: Tue, 2 Jul 2024 17:08:03 -0400 Subject: [PATCH] update .env.example --- modules/aws-ec2/.env.example | 2 +- modules/azure-vm/.env.example | 11 ++++++----- modules/gcp-gce/.env.example | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/aws-ec2/.env.example b/modules/aws-ec2/.env.example index 2a9316e..2d8d507 100644 --- a/modules/aws-ec2/.env.example +++ b/modules/aws-ec2/.env.example @@ -4,7 +4,7 @@ VEHICLE_POSITIONS_URL=https://api.cityofkingston.ca/gtfs-realtime/vehicleupdates 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=Kingston Transit +AGENCY_ID=0 TZ=America/Toronto GOOGLE_MAPS_API_KEY= GOOGLE_MAPS_CHANNEL_ID= diff --git a/modules/azure-vm/.env.example b/modules/azure-vm/.env.example index 83e85c7..37ad256 100644 --- a/modules/azure-vm/.env.example +++ b/modules/azure-vm/.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=0 TZ=America/Toronto GOOGLE_MAPS_API_KEY= GOOGLE_MAPS_CHANNEL_ID= @@ -14,3 +14,4 @@ DOMAIN=oba.example.com # OBA image version. You can find the available versions at: # https://hub.docker.com/r/opentransitsoftwarefoundation/onebusaway-api-webapp/tags OBA_VERSION=latest + diff --git a/modules/gcp-gce/.env.example b/modules/gcp-gce/.env.example index 2a9316e..2d8d507 100644 --- a/modules/gcp-gce/.env.example +++ b/modules/gcp-gce/.env.example @@ -4,7 +4,7 @@ VEHICLE_POSITIONS_URL=https://api.cityofkingston.ca/gtfs-realtime/vehicleupdates 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=Kingston Transit +AGENCY_ID=0 TZ=America/Toronto GOOGLE_MAPS_API_KEY= GOOGLE_MAPS_CHANNEL_ID=