From 8bbc04d4db33a70306fe797d9b0eb15d22616d1a Mon Sep 17 00:00:00 2001 From: antonbks Date: Mon, 20 Apr 2020 14:02:23 +0200 Subject: [PATCH] doc: fix dev server backend default --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index 991a55b80..236b2ddb2 100644 --- a/doc/development.md +++ b/doc/development.md @@ -69,7 +69,7 @@ Use it at the CLI, type make dev ``` -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: +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: ``` export WEBPACK_DEV_SERVER_PROXY_TARGET=https://your-example-server.com make dev