File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ REACT_APP_LOOKER_CLIENT_ID=YOUR_CLIENT_ID
108
108
REACT_APP_LOOKER_CLIENT_SECRET=YOUR_CLIENT_SECRET
109
109
110
110
# (Optional) URL to your back-end (by default, the Node back-end running in the `server` folder)
111
- REACT_APP_LOOKER_PROXY_URL=http://localhost:8080 /api
111
+ REACT_APP_LOOKER_PROXY_URL=http://localhost:8000 /api
112
112
113
113
# ID of the dashboard embedded on the dashboard page (make sure your embed user has access to it)
114
114
REACT_APP_LOOKER_DASHBOARD=1234
@@ -143,7 +143,7 @@ This should be customized to point to an external embed user that exists on your
143
143
144
144
### Running
145
145
146
- Single command to both build the app and serve it on ` localhost:8080 ` :
146
+ Single command to both build the app and serve it on ` localhost:8000 ` :
147
147
148
148
``` sh
149
149
npm run server
@@ -162,7 +162,7 @@ cd server
162
162
npm start
163
163
```
164
164
165
- This will have the front-end running on ` localhost:3000 ` .
165
+ This will have the front-end running on ` localhost:5000 ` .
166
166
167
167
## Deployment
168
168
You can’t perform that action at this time.
0 commit comments