Skip to content
Snippets Groups Projects
Select Git revision
  • 74f6c237852c8fcf5e329fd084477475d7722c43
  • master default protected
  • renovate/configure
  • development protected
  • ign-proxy
  • v2.2.0
  • v2.1.2
  • v2.1.1
  • v2.1.0
  • v2.0.0
  • v1.1.0
  • v1.0.1
  • v1.0.0
13 results

template.env

Blame
  • template.env 984 B
    TAG=<tag of the image to be used>
    PROXY_QUERY_BIND_PORT=<proxy port>
    TECHNICAL_ACCOUNT_PASSWORD=<username of the technical account which has access to all wms and mvt>
    TECHNICAL_ACCOUNT_USERNAME=<password of the technical account>
    ELASTICSEARCH_URL=<url of the elasticsearch instance>
    PROXY_HOST_TARGET=<url of the map services>
    LEGACY_AUTH_MIDDLEWARE_URL=<url of the legacy auth middleware>
    REDIS_MASTER_HOST=<host of the redis master>
    REDIS_SENTINEL_PORT=<port of the redis sentinel>
    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'>
    IGN_KEY=<api key to the IGN layer>