-
Notifications
You must be signed in to change notification settings - Fork 1
/
.envrc.template
30 lines (25 loc) · 1.03 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
23
24
25
26
27
28
29
30
# Configuration for the [MBTA v3 API](https://github.com/mbta/api)
# Used for reading static and realtime GTFS data
export API_URL=https://api-dev.mbtace.com/
export API_KEY=
# Configuration for [OpenTripPlanner](https://github.com/mbta/otp-deploy)
# Used for generating trip plans
export OTP_URL=
# Configuration for [Alglolia](https://www.algolia.com/doc/rest-api/search/)
# Used to power search bar
export ALGOLIA_APP_ID=
export ALGOLIA_SEARCH_KEY=
export ALGOLIA_READ_URL=
# Configuration for [Sentry](https://mbtace.sentry.io/settings/projects/mobile_app_backend/keys/)
# Used for error logging
export SENTRY_DSN=
export SENTRY_ENV=local
# Configuration for [AppCheck](https://firebase.google.com/docs/app-check/custom-resource-backend)
# Used for verifying the authorization of clients
export APP_CHECK_ISSUER=
export APP_CHECK_PROJECT=
export APP_CHECK_APP_IDS=
# Configuration for [Mapbox](https://docs.mapbox.com/help/glossary/access-token/)
# deprecated: export MAPBOX_PUBLIC_TOKEN=
export MAPBOX_PRIMARY_TOKEN=
export MAPBOX_USERNAME=