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.
The
databaseOptionsare not documented in the Parse Server docs. Instead it's just anAnytype.The correcting approach is to add a new Type and specify all the
databaseOptionsin that new type. See for example thePagesoption.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.enableSchemaHooksoption is an essential configuration, see #7214.