From 95f8bd6e9569e40dcd506518ac4aba3941024ecd Mon Sep 17 00:00:00 2001 From: LenaertsJ <22+lenaertsj@noreply.localhost> Date: Mon, 8 Jun 2026 09:01:35 +0000 Subject: [PATCH] Add admin_pwd 4 to env_file in correspondance with chill_app --- templates/env_file.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/env_file.env b/templates/env_file.env index b7992a8..00853fe 100644 --- a/templates/env_file.env +++ b/templates/env_file.env @@ -36,6 +36,9 @@ ADMIN_PASSWORD_2={{ item.chill_config.admin_password_2 }} {% if item.chill_config.admin_password_3 is defined -%} ADMIN_PASSWORD_3={{ item.chill_config.admin_password_3 }} {% endif -%} +{% if item.chill_config.admin_password_4 is defined -%} +ADMIN_PASSWORD_4={{ item.chill_config.admin_password_4 }} +{% endif -%} MAILER_DSN={{ item.chill_config.mailer_dsn }} MAILER_URL={{ item.chill_config.mailer_url }} JWT_PASSPHRASE={{ item.chill_config.jwt_passphrase }}