add dns
This commit is contained in:
parent
989b368cc6
commit
70d87360a8
1 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,6 @@ 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'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue