-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.example
36 lines (21 loc) · 1.11 KB
/
.env.example
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
31
# https://github.com/settings/tokens/new?scopes=&description=Open%20Source%20Immersion%20Checker
GITHUB_TOKEN=YOUR_TOKEN
# production or development
NODE_ENV=production
# Code used to hook up google analytics.
REACT_APP_GA_CODE=YOUR_CODE
# URL of the frontend React app.
REACT_APP_HOSTNAME=http://localhost:3000
# URL of the backend API. This is the same as the URL of the frontend React app in production.
REACT_APP_API_URL=http://localhost:5000
# https://github.com/settings/tokens/new?scopes=&description=Open%20Source%20Immersion%20Checker
GITHUB_TOKEN=1f3e49f6aaad8e66fedd2808bbf6a530a4ec732dehfhfh
# production or development
NODE_ENV=development
# Code used to hook up google analytics.
REACT_APP_GA_CODE=UA-124208377-2
# URL of the frontend React app.
REACT_APP_HOSTNAME=http://localhost:3000
# URL of the backend API. This is the same as the URL of the frontend React app in production.
REACT_APP_API_URL=http://localhost:5000
#heroku config:set GITHUB_TOKEN=1f3e49f6aaad8e66fedd2808bbf6a530a4ec732ddhdhhdhdhd NODE_ENV=development REACT_APP_HOSTNAME=http://localhost:3000 REACT_APP_API_URL=http://localhost:5000