Browse Source

doc: fix dev server backend default

master
antonbks 5 years ago
parent
commit
8bbc04d4db
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/development.md

+ 1
- 1
doc/development.md View File

69
 make dev
69
 make dev
70
 ```
70
 ```
71
 
71
 
72
-By default the backend deployment used is `beta.meet.jit.si`. You can point the Jitsi-Meet app at a different backend by using a proxy server. To do this, set the WEBPACK_DEV_SERVER_PROXY_TARGET variable:
72
+By default the backend deployment used is `alpha.jitsi.net`. You can point the Jitsi-Meet app at a different backend by using a proxy server. To do this, set the WEBPACK_DEV_SERVER_PROXY_TARGET variable:
73
 ```
73
 ```
74
 export WEBPACK_DEV_SERVER_PROXY_TARGET=https://your-example-server.com
74
 export WEBPACK_DEV_SERVER_PROXY_TARGET=https://your-example-server.com
75
 make dev
75
 make dev

Loading…
Cancel
Save