From 159255836fd92ee4a24fe2e3ce21667f1b0cc519 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Thu, 11 Jan 2024 13:18:48 +0100 Subject: [PATCH] README explaination for .env --- Webserver/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).