mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 08:53:49 +00:00
README explaination for .env
This commit is contained in:
parent
044bad3f60
commit
159255836f
@ -32,3 +32,7 @@ You can preview the production build with `npm run preview`.
|
|||||||
1. Navigate into the production environment with `cd build/`
|
1. Navigate into the production environment with `cd build/`
|
||||||
2. Install dependencies with `npm ci --omit dev`
|
2. Install dependencies with `npm ci --omit dev`
|
||||||
3. Start the production server with `node .`
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user