Skip to content

Add the possibility to enable experimental config from ParseServer#678

Closed
douineauromain wants to merge 1 commit intoparse-community:masterfrom
douineauromain:addPRForConfig
Closed

Add the possibility to enable experimental config from ParseServer#678
douineauromain wants to merge 1 commit intoparse-community:masterfrom
douineauromain:addPRForConfig

Conversation

@douineauromain
Copy link

Example :

new ParseServer({
   databaseURI: 'mongodb://localhost:27017/dev',
   [...]
   enableExperimentalConfig: true
});

new ParseServer({
   databaseURI: 'mongodb://localhost:27017/dev',
   [...]
   enableExperimentalConfig: true
});
facebookAppIds = [],
enableAnonymousUsers = true,
oauth = {},
enableExperimentalConfig = false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have experimental for all the experimental stuff like

experimental: {
  config = false,
  hooks = false 
}

@flovilmart
Copy link
Contributor

please rebase!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants