You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in exposing some of the Parse Server configuration to the user through the dashboard.
For example, being able to set 'allowClientClassCreation', 'verbose', client keys, etc. from the dashboard would be a nice management experience.
I think that this could leverage the _GlobalConfig code or something similar. If the settings exist in _GlobalConfig collection they would be loaded into the app configuration cache, overriding the configuration specified in code.