Skip to content

Improve dynamic updating of Parse Server Config #8448

Open
@dblythy

Description

@dblythy
Member

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

Activity

parse-github-assistant

parse-github-assistant commented on Feb 27, 2023

@parse-github-assistant

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Participants

      @dblythy@mtrezza

      Issue actions

        Improve dynamic updating of Parse Server Config · Issue #8448 · parse-community/parse-server