diff --git a/README.md b/README.md index 199231f..3773481 100644 --- a/README.md +++ b/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 ```sh MAILER_DSN='smtps://:@:' -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 ```