We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 244febf + 25b13ff commit ba130c2Copy full SHA for ba130c2
bin/parse-server
@@ -21,7 +21,6 @@ if (process.env.PARSE_SERVER_OPTIONS) {
21
options.restAPIKey = process.env.PARSE_SERVER_REST_API_KEY;
22
options.dotNetKey = process.env.PARSE_SERVER_DOTNET_KEY;
23
options.javascriptKey = process.env.PARSE_SERVER_JAVASCRIPT_KEY;
24
- options.dotNetKey = process.env.PARSE_SERVER_DOTNET_KEY;
25
options.masterKey = process.env.PARSE_SERVER_MASTER_KEY;
26
options.fileKey = process.env.PARSE_SERVER_FILE_KEY;
27
// Comma separated list of facebook app ids
0 commit comments