From 25b4861905fafea5fec7c9aee6a8eedc5e29a83a Mon Sep 17 00:00:00 2001 From: Javielico <103+javielico@noreply.git.coopcloud.tech> Date: Tue, 30 Jun 2026 12:48:21 +0000 Subject: [PATCH] Typo on SECRET_SMTP_PASSWORD_VERSION --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 3b6767a..3627124 100644 --- a/.env.sample +++ b/.env.sample @@ -18,7 +18,7 @@ LETS_ENCRYPT_ENV=production GITLAB_ROOT_EMAIL="gitlab_admin@example.com" SECRET_INITIAL_ROOT_PASSWORD_VERSION=v1 SECRET_RUNNER_TOKEN_VERSION=v1 -SECRET_SMTP_PASSWORD=v1 +SECRET_SMTP_PASSWORD_VERSION=v1 GITLAB_CONF_VERSION=v1 ENTRYPOINT_VERSION=v1