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 +}