From 5e383beec677da92d8515fa3d16eb6ee774a4648 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:52:51 +0100 Subject: [PATCH] update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa682fc..063f957 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,15 @@ 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 +All environment variables can be found here [Default ENV inside the Git Repo](https://github.com/H2-invent/jitsi-admin/blob/master/.env) ```sh MAILER_DSN='smtps://:@:' -DEFAULT_LANGUAGE='de' +imprint=test +dataPrivacy=test +helpUrl=https://meetling.de/tutorial-helpcenter/ +helpText='Handbuch/Tutorials/FAQ' +helpUrlParticipants=https://meetling.de/tutorial-helpcenter/ +CRON_TOKEN=token ``` ## Final Result