Skip to content
Snippets Groups Projects
Select Git revision
  • 3560db66a7eb5d9381e1fd1ae5f093c193883f56
  • dev default protected
  • renovate/devdependencies-(non-major)
  • renovate/cozy-realtime-5.x
  • renovate/copy-webpack-plugin-13.x
  • renovate/major-react-monorepo
  • renovate/couchdb-3.x
  • renovate/cozy-device-helper-3.x
  • renovate/cozy-flags-4.x
  • renovate/eslint-config-prettier-10.x
  • renovate/major-react-router-monorepo
  • renovate/major-typescript-eslint-monorepo
  • renovate/sass-loader-16.x
  • renovate/eslint-plugin-testing-library-7.x
  • renovate/cozy-scripts-8.x
  • renovate/cozy-harvest-lib-9.x
  • renovate/cozy-client-49.x
  • build-test protected
  • build-dev protected
  • lint/testing-libraby-plugin
  • build protected
  • v3.1.1
  • v3.1.0
  • v3.0.0
  • v2.8.0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.0
  • v2.5.1
  • v2.5.0
  • v2.4.0
  • v2.3.1
  • v2.3.0
  • v2.2.2
  • v2.2.1
  • v2.2.0
  • v2.1.1
  • v2.1.0
  • v2.0.2
  • v2.0.1
41 results

DateConsumptionVisualizer.tsx

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>