Procházet zdrojové kódy

doc: fix dev server backend default

master
antonbks před 5 roky
rodič
revize
8bbc04d4db
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      doc/development.md

+ 1
- 1
doc/development.md Zobrazit soubor

@@ -69,7 +69,7 @@ Use it at the CLI, type
69 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 74
 export WEBPACK_DEV_SERVER_PROXY_TARGET=https://your-example-server.com
75 75
 make dev

Načítá se…
Zrušit
Uložit