add custom config

This commit is contained in:
holzi1005 2024-12-08 18:50:41 +01:00
parent 70d87360a8
commit 4e1d33bbf7

View file

@ -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
``` ```