From a5ba5da36dfeb72d51df3a495438d971322e9663 Mon Sep 17 00:00:00 2001 From: dblythy Date: Mon, 19 Sep 2022 02:44:31 +1000 Subject: [PATCH] docs: describe additional database options (#8173) --- src/Options/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Options/index.js b/src/Options/index.js index c298bc78..23d266cb 100644 --- a/src/Options/index.js +++ b/src/Options/index.js @@ -92,7 +92,7 @@ export interface ParseServerOptions { /* Options to pass to the database client :ENV: PARSE_SERVER_DATABASE_OPTIONS */ 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; /* Full path to your cloud code main.js */ cloud: ?string;