forked from haphut/transitlog-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local
25 lines (20 loc) · 1.03 KB
/
.env.local
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
REACT_APP_TRANSITLOG_SERVER=http://localhost:4000/
REACT_APP_TRANSITLOG_SERVER_GRAPHQL=http://localhost:4000/graphql/
REACT_APP_TRANSITLOG=https://transitlog.hsldev.com
# Auth
REACT_APP_AUTH_URI=https://hslid-uat.cinfra.fi/openid/auth
REACT_APP_CLIENT_ID=7510123698297597
# Change this in your .env.local to http://localhost:3000
REACT_APP_REDIRECT_URI=http://localhost:3000
REACT_APP_AUTH_SCOPE=email+https://oneportal.trivore.com/scope/groups.readonly
# Change this to false in production.
REACT_APP_ALLOW_DEV_LOGIN=true
# The current production URL. Update when/if it changes.
REACT_APP_PRODUCTION_URL=https://transitlog.hsldev.com
# The timezone for all dates and times in the app. For HSL this should be
# Europe/Helsinki since all scehdules are in Finnish time. Change this
# for testing or if you are forking this project for use with other public
# transport networks. All times will be converted into this timezone.
REACT_APP_TIMEZONE=Europe/Helsinki
# API key for weather data
REACT_APP_FMI_APIKEY=4a22a195-10be-404f-8056-e8aaf5f7506a