We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c5477 commit c701f05Copy full SHA for c701f05
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. Additional options are passed directly to the database client */
+ /* 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