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.
1 parent b2fe087 commit d1fb7dcCopy full SHA for d1fb7dc
src/Options/index.js
@@ -92,7 +92,7 @@ export interface ParseServerOptions {
92
/* Options to pass to the database client
93
:ENV: PARSE_SERVER_DATABASE_OPTIONS */
94
databaseOptions: ?DatabaseOptions;
95
- /* Adapter module for the database */
+ /* Adapter module for the database. Additional options are passed directly to the database client.*/
96
databaseAdapter: ?Adapter<StorageAdapter>;
97
/* Full path to your cloud code main.js */
98
cloud: ?string;
0 commit comments