Add NODE_ENV to app.json

This commit is contained in:
Tom Moor
2021-02-17 19:38:44 -08:00
committed by GitHub
parent ae2f1b47e7
commit 887e341e48

View File

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