Skip to content
Open
9 changes: 6 additions & 3 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"type": "npm",
"env": {
"NODE_ENV": "production",
"API_KEY": "@sample-apiKey",
"DB_URL": "@sample-dbUrl1000"
"NODE_ENV": "production"
},
"build": {
"env": {
"FORCE": "1"
}
}
}