From 19b09d2522107fcabdd4cd80f63a4bec0d5aa754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Garc=C3=ADa?= Date: Fri, 15 Feb 2019 12:49:32 +0100 Subject: [PATCH] Add description for DT_LOCATION to the README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e1ee65..db1a6b9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The Dynatrace buildpack supports the following configurations: | DT_DOWNLOAD_URL | *Optional* - A direct download URL for Dynatrace OneAgent. If this environment variable is set, the buildpack will download the OneAgent from this location. | | SSL_MODE | *Optional* - Set to `all` if you want to accept all self-signed SSL certificates | | DT_TAGS | *Optional* - The tags you want to add to the monitored apps. | +| DT_LOCATION | *Optional* - To look for communication endpoints located on the indicated region. | | SKIP_ERRORS | *Optional* - If set to 1, app deployment won't fail on agent installer download errors |