This commit is contained in:
holzi1005 2024-12-08 18:52:51 +01:00
parent 344972b17b
commit 5e383beec6

View file

@ -38,9 +38,15 @@ Following Files are important and have been changed and setup with the script:
To add additional custom environment variables, you can add a file .env.custom and add your variables there.
This file will not be changed from the setup script and will be used inside all containers to overwrite the existing .env and .env.local
All environment variables can be found here [Default ENV inside the Git Repo](https://github.com/H2-invent/jitsi-admin/blob/master/.env)
```sh
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
DEFAULT_LANGUAGE='de'
imprint=test
dataPrivacy=test
helpUrl=https://meetling.de/tutorial-helpcenter/
helpText='<a href="https://meetling.de/tutorial-helpcenter/" target="_blank">Handbuch/Tutorials/FAQ</a>'
helpUrlParticipants=https://meetling.de/tutorial-helpcenter/
CRON_TOKEN=token
```
## Final Result