Open
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
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 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