Skip to content

Commit 7e5fb65

Browse files
author
Luka Fontanilla
committed
docs: fixed port
1 parent 3622a6c commit 7e5fb65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ REACT_APP_LOOKER_CLIENT_ID=YOUR_CLIENT_ID
108108
REACT_APP_LOOKER_CLIENT_SECRET=YOUR_CLIENT_SECRET
109109

110110
# (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
112112

113113
# ID of the dashboard embedded on the dashboard page (make sure your embed user has access to it)
114114
REACT_APP_LOOKER_DASHBOARD=1234
@@ -143,7 +143,7 @@ This should be customized to point to an external embed user that exists on your
143143

144144
### Running
145145

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`:
147147

148148
```sh
149149
npm run server
@@ -162,7 +162,7 @@ cd server
162162
npm start
163163
```
164164

165-
This will have the front-end running on `localhost:3000`.
165+
This will have the front-end running on `localhost:5000`.
166166

167167
## Deployment
168168

0 commit comments

Comments
 (0)