From f6ff1b671b71a08226a6e33a064e592a8d612684 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 16 Nov 2022 22:16:15 +0100
Subject: [PATCH] Add required ANNOTOT_PROTO in template

---
 .env.template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.env.template b/.env.template
index 9c263e4..02c1a29 100644
--- a/.env.template
+++ b/.env.template
@@ -23,6 +23,7 @@ CORS_ALLOWED_HOSTS=http://localhost:$DEV_PORT
 # ENV = development or production
 ANNOTOT_ENV=development
 ANNOTOT_PORT=3000
+ANNOTOT_PROTO=http
 ANNOTOT_LISTEN_IP=0.0.0.0
 # This is the host used by annotot request launched by the client using mirador
 # It should be localhost on dev mode, an something like annotot.yourservice.com in production
-- 
GitLab