From 887e341e4822189093c2182a88241c082f240789 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 17 Feb 2021 19:38:44 -0800 Subject: [PATCH] Add NODE_ENV to app.json --- app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 5aa7e9909..4af94bb08 100644 --- a/app.json +++ b/app.json @@ -30,6 +30,10 @@ "postdeploy": "yarn sequelize db:migrate" }, "env": { + "NODE_ENV": { + "value": "production", + "required": true + }, "SECRET_KEY": { "description": "A secret key", "generator": "secret", @@ -144,4 +148,4 @@ "required": false } } -} \ No newline at end of file +}