From 344972b17ba87b71184cd8c790f9cb343a13b422 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:48:13 +0100 Subject: [PATCH] add dsn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90898c0..aa682fc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Following Files are important and have been changed and setup with the script: 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 ```sh -MAILER_DSN='smtp://null' +MAILER_DSN='smtps://:@:' DEFAULT_LANGUAGE='de' ```