From 3b930454157134228400d20afccc13e6776a0c32 Mon Sep 17 00:00:00 2001 From: Elian Loraux <elian.loraux@tetras-libre.fr> Date: Wed, 27 Mar 2024 15:53:44 +0100 Subject: [PATCH] dont need double quote --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 6e963d7..c07cab0 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,3 @@ HOST=traefik.FQDN #htpass in tetrix -PASS="user:htpasswd" +PASS=user:htpasswd -- GitLab