The REST API key was improperly inferred from environment (#4292)

This commit is contained in:
Florent Vilmart
2017-10-25 11:46:40 -04:00
committed by GitHub
parent 3bb9e0e65e
commit a185c97557
2 changed files with 3 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ module.exports.ParseServerOptions = {
"help": "Key for Unity and .Net SDK"
},
"restAPIKey": {
"env": "PARSE_SERVER_REST_APIKEY",
"env": "PARSE_SERVER_REST_API_KEY",
"help": "Key for REST calls"
},
"webhookKey": {