Skip to content
Snippets Groups Projects
template.env 839 B
Newer Older
  • Learn to ignore specific revisions
  • TAG=<version of the service to deploy>
    MIDDLEWARE_LEGACY_SERVICE_BIND_PORT=<listening port of the service>
    LEGACY_AUTH_SERVICE_URL=<base url of the legacy auth service>
    ADMIN_PASSWORD=<admin password of the legacy auth service>
    ADMIN_USERNAME=<admin username of the legacy auth service>
    SERVICE_EMAIL_URL=<base url of the mail service>
    USER_SUPPORT_MAILBOX=<user support email address>
    FRONT_END_URL=<web app url>
    API_KEY=<api key of the of the service (generated in kong)>
    ACCESS_TOKEN_COOKIE_KEY=<cookie key where the access token will be stored>
    
    IMAGE_HOST=<host of the images present in the emails body>
    
    REDIS_SENTINEL_HOST=<redis sentinel host>
    REDIS_SENTINEL_PORT=<redis sentinel port>
    
    REDIS_MASTER_PORT=<redis master port>
    REDIS_SLAVE_PORT=<redis slave port>
    
    REDIS_GROUP_NAME=<group name containing a master, and one or more slaves>