The REST API key was improperly inferred from environment (#4292)
This commit is contained in:
@@ -55,7 +55,8 @@ export interface ParseServerOptions {
|
||||
javascriptKey: ?string;
|
||||
/* Key for Unity and .Net SDK */
|
||||
dotNetKey: ?string;
|
||||
/* Key for REST calls */
|
||||
/* Key for REST calls
|
||||
:ENV: PARSE_SERVER_REST_API_KEY */
|
||||
restAPIKey: ?string;
|
||||
/* Key sent with outgoing webhook calls */
|
||||
webhookKey: ?string;
|
||||
|
||||
Reference in New Issue
Block a user