-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
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);
Alternatives / Workarounds
3rd Party References
Metadata
Metadata
Assignees
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature