From 70d87360a85c5cee12daaa24711a71784263e345 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:48:27 +0100 Subject: [PATCH] add dns --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 579312e..199231f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ 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' -``` \ No newline at end of file +```