From 405a9b98dca47ba902cb322656ff45bada9ea543 Mon Sep 17 00:00:00 2001 From: LenaertsJ <22+lenaertsj@noreply.localhost> Date: Mon, 14 Sep 2026 14:41:50 +0000 Subject: [PATCH] Remove an admin account One admin account was removed from chill app upon request of vendee --- templates/env_file.env | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/env_file.env b/templates/env_file.env index e12acb4..6e53257 100644 --- a/templates/env_file.env +++ b/templates/env_file.env @@ -42,9 +42,6 @@ ADMIN_PASSWORD_4={{ item.chill_config.admin_password_4 }} {% if item.chill_config.admin_password_5 is defined -%} ADMIN_PASSWORD_5={{ item.chill_config.admin_password_5 }} {% endif -%} -{% if item.chill_config.admin_password_6 is defined -%} -ADMIN_PASSWORD_6={{ item.chill_config.admin_password_6 }} -{% endif -%} MAILER_DSN={{ item.chill_config.mailer_dsn }} MAILER_URL={{ item.chill_config.mailer_url }} JWT_PASSPHRASE={{ item.chill_config.jwt_passphrase }}