update link
This commit is contained in:
parent
4e1d33bbf7
commit
cc1a5a2840
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ Following Files are important and have been changed and setup with the script:
|
|||
## Add additional custom configs
|
||||
|
||||
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 inside the Git Repository: [Open Datenschutzcenter](https://github.com/H2-invent/open-datenschutzcenter/blob/master/.env)
|
||||
```sh
|
||||
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
|
||||
registerEmailAdress=register@local.local
|
||||
|
|
Loading…
Reference in a new issue