Closed
Description
The databaseOptions
are not documented in the Parse Server docs. Instead it's just an Any
type.
The correcting approach is to add a new Type and specify all the databaseOptions
in that new type. See for example the Pages
option.
This is a crucial part of the documentation for everyone who is using multiple Parse Server instances, e.g. behind a load balancer. The databaseOptions.enableSchemaHooks
option is an essential configuration, see #7214.