This commit is contained in:
holzi1005 2024-12-08 18:48:13 +01:00
parent 90c9f1aa0b
commit 344972b17b

View file

@ -39,7 +39,7 @@ 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
```sh
MAILER_DSN='smtp://null'
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
DEFAULT_LANGUAGE='de'
```