Skip to content

Commit 9571295

Browse files
committed
Update frontend readme
1 parent 5bcb917 commit 9571295

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ yarn install
1515

1616
Configure your .env.local
1717
```
18-
VUE_APP_API_URL=<backend-url>/v1
18+
VUE_APP_API_URL=http://<host>:<port>/api/v1
1919
VUE_APP_PUSHER_APP_KEY=<pusher-app-key>
2020
VUE_APP_PUSHER_APP_CLUSTER=<pusher-app-cluster>
21-
VUE_APP_PUSHER_APP_AUTH_ENDPOINT=<backend-url>/broadcasting/auth
21+
VUE_APP_PUSHER_APP_AUTH_ENDPOINT=http://<host>:<port>/broadcasting/auth
2222
```
2323

24-
Replace `<backend-url>` with your backend url. You should register and create application on Pusher site to get `<pusher-app-key>` and `<pusher-app-cluster>` variables.
24+
Replace `<host>` and `<port>` according to your backend url. You should register and create application on [Pusher](https://pusher.com/) site to get `<pusher-app-key>` and `<pusher-app-cluster>` variables.
2525

2626
After that application is ready. You can run it in development mode with `yarn run serve` or `yarn run build` to generate compiled and minified files.

0 commit comments

Comments
 (0)