-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
20 lines (16 loc) · 862 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Note: Using an API key in a public-facing environment will expose
# it to user clients! If a key is needed for the requests you're
# making, consider proxying the client requests on a backend service.
# You shouldn't need an API key unless you're making an aggressive
# number of call in a short period of time (which is largely
# unnecessary for the use-case this app was designed for)
# See the MBTA's notes on API keys & rate limiting:
# https://www.mbta.com/developers/v3-api/best-practices
# If you do include an API Key here despite these recommendations
# (for example, during development), be sure that you're running on
# a private/trusted network, and accessing via private/trusted
# clients.
REACT_APP_API_KEY=ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# value in milliseconds
REACT_APP_PREDICTIONS_REFETCH_INTERVAL=10000
REACT_APP_GA_ID=A-BCDEFGHIJK