We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb9e0e commit a185c97Copy full SHA for a185c97
src/Options/Definitions.js
@@ -120,7 +120,7 @@ module.exports.ParseServerOptions = {
120
"help": "Key for Unity and .Net SDK"
121
},
122
"restAPIKey": {
123
- "env": "PARSE_SERVER_REST_APIKEY",
+ "env": "PARSE_SERVER_REST_API_KEY",
124
"help": "Key for REST calls"
125
126
"webhookKey": {
src/Options/index.js
@@ -55,7 +55,8 @@ export interface ParseServerOptions {
55
javascriptKey: ?string;
56
/* Key for Unity and .Net SDK */
57
dotNetKey: ?string;
58
- /* Key for REST calls */
+ /* Key for REST calls
59
+ :ENV: PARSE_SERVER_REST_API_KEY */
60
restAPIKey: ?string;
61
/* Key sent with outgoing webhook calls */
62
webhookKey: ?string;
0 commit comments