diff --git a/backend/.env.template b/backend/.env.template
index 3c404bab560f96c67d262d1a72ff58a08b3851e9..c3c4ff2d5ab597aaaff83246f8b7729dbc4a4409 100644
--- a/backend/.env.template
+++ b/backend/.env.template
@@ -1,9 +1,14 @@
-MYSQL_DATABASE=eatfast
-MYSQL_USER=user
-MYSQL_PASSWORD=password
-MYSQL_ROOT_PASSWORD=rootpassword
-
-DB_HOST=localhost
-DB_PORT=3306
-
-WEB_ROOT=http://localhost:3000
\ No newline at end of file
+MYSQL_DATABASE=
+MYSQL_USER=
+MYSQL_PASSWORD=
+MYSQL_ROOT_PASSWORD=
+
+DB_HOST=localhost
+DB_PORT=3306
+
+CLIENT_ID=
+CLIENT_SECRET=
+
+API_ROOT=http://localhost:3001/api
+WEB_ROOT=http://localhost:3000
+AUTH_ROOT=https://auth.viarezo.fr
\ No newline at end of file