-
Notifications
You must be signed in to change notification settings - Fork 20
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
Config parameters that have defaults should be optional #105
Comments
Here's a list of config parameters, please choose the ones we want to make optional:
|
Looks like all of them can be optional, and have sane defaults 😄 |
Cool, any suggestion on what the defaults should be? |
The defaults can be what is inside the automatically created config file:
|
Making the The |
Ideally, we shouldn't change the type because it will break existing configurations. I have added a suggestion to the PR, please have a look. |
When a config parameter has a default value, the user should be able to optionally omit it from the config file.
For example, since
playgroundEnabled
has a default value of true, the user need not specify it.Currently, the server throws an exception for missing parameters.
The text was updated successfully, but these errors were encountered: