From 9028ffe5a31bffb38adecf43f56fcfe9a153f7ea Mon Sep 17 00:00:00 2001 From: Ludovic Claude <ludovic.claude54@gmail.com> Date: Thu, 24 Jan 2019 22:47:30 +0100 Subject: [PATCH] [doc] Document error reporting env vars --- docker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/README.md b/docker/README.md index 6e66dafa6..7fe20a3da 100644 --- a/docker/README.md +++ b/docker/README.md @@ -70,3 +70,9 @@ To use this image, you need a running instance of PostgreSQL and to configure th * HTTP_PROXY_PORT: HTTP proxy port * HTTPS_PROXY_HOST: HTTPS proxy host * HTTPS_PROXY_PORT: HTTPS proxy port + +## ERROR REPORTING + +* RELEASE_STAGE: Release stage used when reporting errors to Bugsnag. Values are dev, staging, production +* DATA_CENTER_LOCATION: Location of the datacenter, used when reporting errors to Bugsnag +* CONTAINER_ORCHESTRATION: Container orchestration system used to execute the Docker containers. Values are mesos, docker-compose, kubernetes -- GitLab