docs: describe additional database options (#8173)
This commit is contained in:
@@ -92,7 +92,7 @@ export interface ParseServerOptions {
|
|||||||
/* Options to pass to the database client
|
/* Options to pass to the database client
|
||||||
:ENV: PARSE_SERVER_DATABASE_OPTIONS */
|
:ENV: PARSE_SERVER_DATABASE_OPTIONS */
|
||||||
databaseOptions: ?DatabaseOptions;
|
databaseOptions: ?DatabaseOptions;
|
||||||
/* 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. */
|
||||||
databaseAdapter: ?Adapter<StorageAdapter>;
|
databaseAdapter: ?Adapter<StorageAdapter>;
|
||||||
/* Full path to your cloud code main.js */
|
/* Full path to your cloud code main.js */
|
||||||
cloud: ?string;
|
cloud: ?string;
|
||||||
|
|||||||
Reference in New Issue
Block a user