Round out webhookKey support in cli, docs, and Config (#1936)

This commit is contained in:
Tyler Brock
2016-05-28 09:21:55 -07:00
committed by Florent Vilmart
parent 181b12771d
commit 17374eff8d
3 changed files with 6 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ export default {
env: "PARSE_SERVER_DOT_NET_KEY",
help: "Key for Unity and .Net SDK"
},
"webhookKey": {
env: "PARSE_SERVER_WEBHOOK_KEY",
help: "Key sent with outgoing webhook calls"
},
"cloud": {
env: "PARSE_SERVER_CLOUD_CODE_MAIN",
help: "Full path to your cloud code main.js"