From 4e1d33bbf76747c46030ded0626362f611a94dbd Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:50:41 +0100 Subject: [PATCH] add custom config --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ```