docs: regenerate API docs (#8179)

This commit is contained in:
dblythy
2022-09-19 20:40:15 +10:00
committed by GitHub
parent a5ba5da36d
commit df12ba3ba2
2 changed files with 3 additions and 2 deletions

View File

@@ -140,7 +140,8 @@ module.exports.ParseServerOptions = {
},
databaseAdapter: {
env: 'PARSE_SERVER_DATABASE_ADAPTER',
help: 'Adapter module for the database',
help:
'Adapter module for the database; any options that are not explicitly described here are passed directly to the database client.',
action: parsers.moduleOrObjectParser,
},
databaseOptions: {