From 9abc5b3da2e03a8bed5c14e43088cbc6c78f6398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Fri, 22 Mar 2019 11:56:27 +0000 Subject: [PATCH] fixed error on heroku configuration --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 526b4e4..0791902 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ "description": "Django Secret key settings", "generator": "secret" }, - "APP_ENV": { + "ENVIRONMENT": { "description": "Environment the app runs in", "value": "heroku" }