From ccc01978ea7aeff1014e7da6420c13e31b48ef54 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Fri, 29 Sep 2017 19:52:19 -0400 Subject: [PATCH] Removed unused environmental variable. --- env.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/env.json b/env.json index ca4873a..d118d18 100644 --- a/env.json +++ b/env.json @@ -6,10 +6,6 @@ "options": ["development", "testing", "staging", "production"] }] }, - "LOGDNA_APP_NAME": { - "required": false, - "description": "The application name." - }, "LOGDNA_API_KEY": { "required": false, "description": "If set, enables application logging to the LogDNA logger service."