Add NODE_ENV to app.json
This commit is contained in:
6
app.json
6
app.json
@@ -30,6 +30,10 @@
|
|||||||
"postdeploy": "yarn sequelize db:migrate"
|
"postdeploy": "yarn sequelize db:migrate"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
|
"NODE_ENV": {
|
||||||
|
"value": "production",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
"SECRET_KEY": {
|
"SECRET_KEY": {
|
||||||
"description": "A secret key",
|
"description": "A secret key",
|
||||||
"generator": "secret",
|
"generator": "secret",
|
||||||
@@ -144,4 +148,4 @@
|
|||||||
"required": false
|
"required": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user