Skip to content

Commit d1fb7dc

Browse files
committed
docs: describe additional database options
1 parent b2fe087 commit d1fb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface ParseServerOptions {
9292
/* Options to pass to the database client
9393
:ENV: PARSE_SERVER_DATABASE_OPTIONS */
9494
databaseOptions: ?DatabaseOptions;
95-
/* Adapter module for the database */
95+
/* Adapter module for the database. Additional options are passed directly to the database client.*/
9696
databaseAdapter: ?Adapter<StorageAdapter>;
9797
/* Full path to your cloud code main.js */
9898
cloud: ?string;

0 commit comments

Comments
 (0)