Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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);