From ae9beaae5bb0f0300ec71136b3894e0f4d8a59f6 Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:25:40 -0500 Subject: [PATCH] Remove DE language from staging (#17038) Co-authored-by: chiedo --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index ce6f572a4610..d7fa376e93be 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "env": { "NODE_ENV": "production", "NPM_CONFIG_PRODUCTION": "true", - "ENABLED_LANGUAGES": "en, de" + "ENABLED_LANGUAGES": "en" }, "buildpacks": [ { "url": "https://github.com/DataDog/heroku-buildpack-datadog.git#1.21" },