File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Copy `envSample` as `.env`.
6
6
Install node dependencies using ` npm install `
7
7
Run the development server using ` npm run start `
8
8
9
- The react app is deployed to heroku ` https://react-app-drones-spanhawk.herokuapp.com `
10
9
11
10
# Local Configuration Variables
12
11
You can edit them in ` .env ` file.
@@ -33,4 +32,4 @@ You can use new configuration with below commands from [set-vars-on-heroku](http
33
32
heroku config:set REACT_APP_API_BASE_PATH=new base url
34
33
git commit --allow-empty -m "Set REACT_APP_API_BASE_PATH config var"
35
34
git push heroku HEAD:master
36
- ```
35
+ ```
Original file line number Diff line number Diff line change 1
1
REACT_APP_API_BASE_PATH=https://kb-dsp-server.herokuapp.com
2
2
REACT_APP_SOCKET_URL=https://kb-dsp-server.herokuapp.com
3
- REACT_APP_AUTH0_CLIEND_ID=3CGKzjS2nVSqHxHHE64RhvvKY6e0TYpK
3
+ REACT_APP_AUTH0_CLIEND_ID=XXXXzjS2nVSqHxHHE64RhvvKY6e0TYpK
4
4
REACT_APP_AUTH0_DOMAIN=dronetest.auth0.com
5
- REACT_APP_GOOGLE_API_KEY=AIzaSyCR3jfBdv9prCBYBOf -fPUDhjPP4K05YjE
5
+ REACT_APP_GOOGLE_API_KEY=XXXXSyCR3jfBdv9prCBYBOf -fPUDhjPP4K05YjE
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const config = {
19
19
google : {
20
20
apiKey : process . env . REACT_APP_GOOGLE_API_KEY
21
21
} ,
22
- AUTH0_CLIEND_ID : process . env . REACT_APP_API_BASE_PATH ,
22
+ AUTH0_CLIEND_ID : process . env . REACT_APP_AUTH0_CLIEND_ID ,
23
23
AUTH0_DOMAIN : process . env . REACT_APP_AUTH0_DOMAIN ,
24
24
} ;
25
25
You can’t perform that action at this time.
0 commit comments