From b2f261bb8b9aa9f02f03faa01be4c7e455a5236b Mon Sep 17 00:00:00 2001 From: icoxfog417 Date: Thu, 28 Feb 2019 17:20:13 +0900 Subject: [PATCH] Add DEBUG environment variable for Heroku Button --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index 7f61deac..f47e8f2f 100644 --- a/app.json +++ b/app.json @@ -24,6 +24,11 @@ "description": "Google Analytics tracking id.", "required": false, "value": "" + }, + "DEBUG": { + "description": "Debug mode or not.", + "required": false, + "value": "False" } }, "scripts": {