Skip to content
Snippets Groups Projects
Commit 296b2fc9 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Add IGN_KEY in template.env

parent 2ada5f5d
No related branches found
No related tags found
1 merge request!6Add IGN_KEY in template.env
Pipeline #4750 passed
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment