Skip to content

Commit 83e7ff1

Browse files
authored
chore: Remove instructions to connect to prod BE as it is no longer available (#19709)
1 parent 2831af2 commit 83e7ff1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Prerequisites:
3535

3636
1. Rename `.env.localhost` to `.env` in order to configure the application. This configuration can override/extend the configuration from the previous step.
3737
1. Add the following entries to your hosts file (macOS / Linux: `/etc/hosts`, Windows 10: `%WINDIR%\system32\drivers\etc\hosts`):
38-
- `127.0.0.1 local.wire.com` (to connect with production backend)
3938
- `127.0.0.1 local.zinfra.io` (to connect with staging backend)
4039
- `127.0.0.1 local.imai.wire.link` (to connect with imai backend)
4140
1. Run `yarn start` and Wire's web app will be available at: https://local.zinfra.io:8081/auth/
@@ -52,14 +51,6 @@ If you would like your browser to trust the certificate from "local.wire.com"/"l
5251

5352
The application can be configured to connect to different environments by modifying the following environment variables in your `.env` file:
5453

55-
**Production:**
56-
57-
```
58-
APP_BASE="https://local.wire.com:8081"
59-
BACKEND_REST="https://prod-nginz-https.wire.com"
60-
BACKEND_WS="https://prod-nginz-ssl.wire.com"
61-
```
62-
6354
**Staging:**
6455

6556
```

0 commit comments

Comments
 (0)