-
Notifications
You must be signed in to change notification settings - Fork 2
/
.envrc.template
22 lines (18 loc) · 1.24 KB
/
.envrc.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Host/IP and access key for the signs-ui instance that displays sign content. Optional. Leave unset
# to skip updating signs-ui, or uncomment to use a locally running instance.
#export SIGN_UI_URL=localhost:5000
#export SIGN_UI_API_KEY=a6975e41192b888c
# Path to the local sign config file when running locally. Optional. Leave unset to use an empty
# config, or uncomment to use the output of a locally running signs-ui instance.
#export SIGN_CONFIG_FILE=../signs_ui/priv/config.json
# URL and access key for the V3 API. Required. Leaving the key unset will work, but access will be
# subject to strict rate limits, so it is recommended to request a proper key.
export API_V3_URL=https://api-dev-green.mbtace.com
#export API_V3_KEY=
# URL and auth key for the Chelsea bridge API. Required. These values can be found in the shared
# 1Password vault, in the "Chelsea Street Bridge Application" entry, in fields `url` and `auth`.
#export CHELSEA_BRIDGE_URL=
#export CHELSEA_BRIDGE_AUTH=
# URLs of the enhanced trip-update and vehicle-position feeds.
#export TRIP_UPDATE_URL="https://s3.amazonaws.com/mbta-gtfs-s3/concentrate/TripUpdates_enhanced.json"
#export VEHICLE_POSITIONS_URL="https://s3.amazonaws.com/mbta-gtfs-s3/concentrate/VehiclePositions_enhanced.json"