From 9bb975718ae5d5b374ae5441b05cb196ce8a3932 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Mon, 4 Sep 2023 11:23:47 +0200
Subject: [PATCH] fix: roles in env template

---
 .env.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.template b/.env.template
index 62833326..232b9048 100644
--- a/.env.template
+++ b/.env.template
@@ -5,8 +5,8 @@ SSL_KEY_FILE=key.pem
 
 # Common settings
 HOSTNAME=localhost
-ANIMATOR_ROLE=
-ADMIN_ROLE=
+ANIMATOR_ROLE=ANIMATORS
+ADMIN_ROLE=ADMINS
 DEBUG_MODE=
 MOCK_OAUTH2=
 HTTPS_PORT=
-- 
GitLab