From 45bf89e034a0c6c4483830ffb97aa0767b563cb6 Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Wed, 13 Jan 2021 17:13:27 -0500 Subject: [PATCH] Document possible values for DD_SITE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e71165..f9a00bef 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ api._api_key = "MY_API_KEY" ### DD_SITE -If `DD_FLUSH_TO_LOG` is set to `false` (not recommended), and your data need to be sent to the Datadog EU site, you must set `DD_SITE` to `datadoghq.eu`. Defaults to `datadoghq.com`. +If `DD_FLUSH_TO_LOG` is set to `false` (not recommended), you must set `DD_SITE`. Possible values are `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com` and `ddog-gov.com`. The default is `datadoghq.com`. ### DD_LOGS_INJECTION