Skip to content

Commit a5ba5da

Browse files
authored
docs: describe additional database options (#8173)
1 parent b2fe087 commit a5ba5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

+1-1
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; any options that are not explicitly described here 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)