New Issue Checklist
Issue Description
Certain Parse Server options can only be used (and only have an effect) when starting Parse Server via the CLI. These options lack this restriction in their documentation. For example:
trustProxy: has no effect when mounting Parse Server on a custom express app; in that case expressApp.set('trust proxy', ...); needs to be used instead
clusters: can only be used when launching Parse Server via the CLI; has no effect when instantiating a single Parse Server instance
Solution
- Add limitation to the docs for affected options.
- If technically possible log a warning when an option is used in a way where it is ineffective
New Issue Checklist
Issue Description
Certain Parse Server options can only be used (and only have an effect) when starting Parse Server via the CLI. These options lack this restriction in their documentation. For example:
trustProxy: has no effect when mounting Parse Server on a custom express app; in that caseexpressApp.set('trust proxy', ...);needs to be used insteadclusters: can only be used when launching Parse Server via the CLI; has no effect when instantiating a single Parse Server instanceSolution