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 d1fb7dc commit a9c5477Copy full SHA for a9c5477
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. 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