add custom config
This commit is contained in:
parent
70d87360a8
commit
4e1d33bbf7
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -41,5 +41,18 @@ To add additional custom environment variables, you can add a file .env.custom a
|
||||||
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
|
||||||
```sh
|
```sh
|
||||||
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
|
MAILER_DSN='smtps://<username>:<password>@<smtpHost>:<smtpPort>'
|
||||||
DEFAULT_LANGUAGE='de'
|
registerEmailAdress=register@local.local
|
||||||
|
registerEmailName=Datenschutzcenter
|
||||||
|
defaultEmailAdress=test@test.com
|
||||||
|
defaultEmailName=test
|
||||||
|
AKADEMIE_EMAIL=akademie@lokal.lokal
|
||||||
|
DEFAULT_EMAIL=notification@lokal.lokal
|
||||||
|
DEV_EMAIL=dev@lokal.lokal
|
||||||
|
SUPPORT_MAIL=support@lokal.lokal
|
||||||
|
|
||||||
|
imprint=https://h2-invent.com/imprint
|
||||||
|
dataPrivacy=https://h2-invent.com/gdpr
|
||||||
|
superAdminRole=odc-super-admin
|
||||||
|
|
||||||
|
CRON_TOKEN=token
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue