Allow disabling workaround for since-fixed MongoDB bug (#5617)
* Allow disabling workaround for fixed MongoDB bug * skipMongoDBServer13732Workaround description fix * flip test boolean * Remove CLI flag, use databaseVersion & engine * Revert "Remove CLI flag, use databaseVersion & engine" This reverts commit 042d1ba19f636fe0da06074168c6fd5db37ea048. * clean up
This commit is contained in:
committed by
Diamond Lewis
parent
fcdf2d7947
commit
559096f1c2
@@ -58,6 +58,10 @@ export interface ParseServerOptions {
|
||||
databaseOptions: ?any;
|
||||
/* Adapter module for the database */
|
||||
databaseAdapter: ?Adapter<StorageAdapter>;
|
||||
/* Circumvent Parse workaround for historical MongoDB bug SERVER-13732
|
||||
:ENV: PARSE_SKIP_MONGODB_SERVER_13732_WORKAROUND
|
||||
:DEFAULT: false */
|
||||
skipMongoDBServer13732Workaround: ?boolean;
|
||||
/* Full path to your cloud code main.js */
|
||||
cloud: ?string;
|
||||
/* A collection prefix for the classes
|
||||
|
||||
Reference in New Issue
Block a user