Skip to content
Snippets Groups Projects
template.env 1.44 KiB
Newer Older
  • Learn to ignore specific revisions
  • TAG=<version/tag of the docker image to be deployed>
    MIDDLEWARE_LEGACY_SERVICE_BIND_PORT=<port on which the service will be running>
    LEGACY_AUTH_SERVICE_URL=<root url of the legacy auth service>
    
    Sébastien DA ROCHA's avatar
    Sébastien DA ROCHA committed
    LEGACY_AUTH_OIDC_URL=<root url of the legacy auth service through GL API Manager>
    
    ADMIN_PASSWORD=<legacy auth service admin password>
    ADMIN_USERNAME=<legacy auth service admin username>
    SERVICE_EMAIL_URL=<the email service URL>
    USER_SUPPORT_MAILBOX=<email address of the support team>
    FRONT_END_URL=<the root url of the web app>
    VALIDATE_ACCOUNT_URI=<path in the web app to the validate account page ex: '/connexion'>
    PASSWORD_RESET_URI=<path in the web app that allow a user to reset/reenter its password >
    API_KEY=<the API key that allows this service to be authentified by the API gateway>
    ACCESS_TOKEN_COOKIE_KEY=<key of the cookie where the JWT has been set>
    IMAGE_HOST=<host of the images in the email templates>
    REDIS_SENTINEL_HOST=<host of the redis sentinel from the service point of view ex: 'redis-sentinel-1'>
    REDIS_SENTINEL_PORT=<port of the redis sentinel from the service point of view ex: 26379>
    REDIS_SENTINEL_EXPOSED_PORT=<port on which the redis sentinel is exposed>
    REDIS_GROUP_NAME=<name of the group of the different sentinels>
    ALLOW_EMPTY_PASSWORD=<whether empty password is accepted or not for a redis instance ex: 'yes'>
    REDIS_MASTER_PORT=<port of the redis master>
    REDIS_MASTER_HOST=<host of the redis master>
    
    Sébastien DA ROCHA's avatar
    Sébastien DA ROCHA committed
    REDIS_SLAVE_PORT=<port of the redis slave>