Skip to content
Snippets Groups Projects

Add IGN_KEY in template.env

Merged Fabien FORESTIER requested to merge development into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -10,4 +10,5 @@ REDIS_SENTINEL_HOST=<host of the redis sentinel>
@@ -10,4 +10,5 @@ REDIS_SENTINEL_HOST=<host of the redis sentinel>
REDIS_MASTER_SET=<name of the group of the different sentinels>
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_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>
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'>
ALLOW_EMPTY_PASSWORD=<whether empty password is allowed or not for redis, ex: 'yes'>
\ No newline at end of file
IGN_KEY=<api key to the IGN layer>
 
\ No newline at end of file
Loading