From 5748788910f0ef8cfcbd460da8b0153c47e16972 Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Fri, 22 Jul 2022 08:34:01 +0200
Subject: [PATCH] update template

---
 backend/.env.template | 23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)

diff --git a/backend/.env.template b/backend/.env.template
index 8b2bf74..56399b0 100644
--- a/backend/.env.template
+++ b/backend/.env.template
@@ -6,28 +6,13 @@ MYSQL_ROOT_PASSWORD=
 DB_HOST=localhost
 DB_PORT=3306
 
+MODEL_HOST=localhost
+MODEL_PORT=8501
+MODEL_NAME=model
+
 CLIENT_ID=
 CLIENT_SECRET=
 
 API_ROOT=http://localhost:3001/api
 WEB_ROOT=http://localhost:3000
 AUTH_ROOT=https://auth.viarezo.fr
-
-CAM_NUMBER=1
-
-CAM_0_PLACE=local
-CAM_0_IP=
-CAM_0_USER=
-CAM_0_PASSWORD=
-CAM_0_STREAM=stream1
-CAM_0_A_FACTOR=30
-CAM_0_B_FACTOR=120
-CAM_0_FRAMEGAP=150
-CAM_0_POINTS_NB=7
-CAM_0_POINT_0=70, 370
-CAM_0_POINT_1=420, 720
-CAM_0_POINT_2=1280, 720
-CAM_0_POINT_3=1280, 250
-CAM_0_POINT_4=930, 215
-CAM_0_POINT_5=450, 550
-CAM_0_POINT_6=130, 350
\ No newline at end of file
-- 
GitLab