Skip to content

Improve dynamic updating of Parse Server Config #8448

Open
@dblythy

Description

@dblythy

New Feature / Enhancement Checklist

Current Limitation

Currently, Parse Server config can be updated via Parse.Server = newConfig, which is not ideal as:

  • Global Parse.Server should probably not be writeable
  • No verification of the new config

Feature / Enhancement Description

Allow new Parse.Server hooks with the prefix of set, which allow for dynamic change of config. Such as:

Example Use Case

Parse.Server.setSilent(false);

Alternatives / Workarounds

3rd Party References

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions