From 989b368cc6017b259059edc6784623d27c2a1c81 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:47:15 +0100 Subject: [PATCH] update custom config --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a3f3e47..579312e 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,13 @@ Following Files are important and have been changed and setup with the script: * .env.local * docker.config * docker-compose.yml + + +## Add additional custom configs + +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' +DEFAULT_LANGUAGE='de' +``` \ No newline at end of file