Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 77dbe39

Browse files
committed
chore: now env variables
1 parent 34d4ac7 commit 77dbe39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

now.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"alias": ["commitlint"],
44
"type": "npm",
55
"env": {
6-
"NODE_ENV": "production"
6+
"APP_ID": "@APP_ID",
7+
"NODE_ENV": "production",
8+
"PRIVATE_KEY": "@PRIVATE_KEY",
9+
"WEBHOOK_SECRET": "@WEBHOOK_SECRET"
710
},
811
"engines": {
912
"node": ">=8.8.0"

0 commit comments

Comments
 (0)