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