You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ Prerequisites:
35
35
36
36
1. Rename `.env.localhost` to `.env` in order to configure the application. This configuration can override/extend the configuration from the previous step.
37
37
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)
39
38
-`127.0.0.1 local.zinfra.io` (to connect with staging backend)
40
39
-`127.0.0.1 local.imai.wire.link` (to connect with imai backend)
41
40
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
52
51
53
52
The application can be configured to connect to different environments by modifying the following environment variables in your `.env` file:
0 commit comments