update
This commit is contained in:
parent
344972b17b
commit
5e383beec6
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
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
|
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
|
```sh
|
||||||
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
|
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
|
## Final Result
|
||||||
|
|
Loading…
Add table
Reference in a new issue