We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe087 commit a5ba5daCopy full SHA for a5ba5da
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; any options that are not explicitly described here 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