From 296b2fc944117e568eef3a18eaec3364ec624690 Mon Sep 17 00:00:00 2001
From: FORESTIER Fabien <fabien.forestier@soprasteria.com>
Date: Mon, 6 Apr 2020 15:59:43 +0200
Subject: [PATCH] Add IGN_KEY in template.env

---
 template.env | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/template.env b/template.env
index 5dfdbbd..01d8d57 100644
--- a/template.env
+++ b/template.env
@@ -10,4 +10,5 @@ REDIS_SENTINEL_HOST=<host of the redis sentinel>
 REDIS_MASTER_SET=<name of the group of the different sentinels>
 REDIS_AUTHORIZED_TTL=<time in seconds for which the key/value will be stored in redis when the user has access to the layer>
 REDIS_UNAUTHORIZED_TTL=<Time in seconds for which the key/value pair will be stored in redis when the user doesn't have access to the layer>
-ALLOW_EMPTY_PASSWORD=<whether empty password is allowed or not for redis, ex: 'yes'>
\ No newline at end of file
+ALLOW_EMPTY_PASSWORD=<whether empty password is allowed or not for redis, ex: 'yes'>
+IGN_KEY=<api key to the IGN layer>
\ No newline at end of file
-- 
GitLab