diff --git a/Webserver/README.md b/Webserver/README.md index 5091841..5c7eccd 100644 --- a/Webserver/README.md +++ b/Webserver/README.md @@ -32,3 +32,7 @@ You can preview the production build with `npm run preview`. 1. Navigate into the production environment with `cd build/` 2. Install dependencies with `npm ci --omit dev` 3. Start the production server with `node .` + +## Note + +If the Matrix API is executed on a separate device, although this has been explicitly advised against, you will need to point the Webserver to it by setting the environment variables shown in [`.env.example`](.env.example).