-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed: enabled never be false #1578
Conversation
when playground is undefined , createPlaygroundOptions still set its default value
@limerickgds: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
@limerickgds Can you elaborate on what behavior this is expected to enable? |
@martijnwalraven i wan't to provide terminal/console use apoolo-server-koa in a production environment. In this code, PlaygroundConfig has default value, |
@limerickgds Are you able to investigate the test failures here? |
@abernix done |
Due to a number of other assignments within `createPlaygroundOptions`, the default is still maintained and the `playground` configuration parameter should be entirely optional.
when playground is undefined , createPlaygroundOptions still set its default value
TODO: