Skip to content

Flag Parse Server options which can only be used in certain setups #8432

Open
@mtrezza

Description

@mtrezza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:docsOnly change in the docs or README

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions